get https://api.mercury.com/api/request-send-money/
Scope: Fetch Request Send Money
{
"accountId": string,
"requestId": string,
"recipientId": string,
"memo": string | null,
"paymentMethod": string,
"amount": number,
"status": "pendingApproval" | "approved" | "rejected" | "cancelled"
}