Authorization: ********************curl --location '/v1/transfers/quote' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "string",
"from_account_id": "d13b657a-5b29-468b-989e-79d3c9ca8ad7",
"to_account_id": "3e98f0e3-e66f-4ff1-bd00-5b6561f6da8b",
"amount": "string",
"currency": "str",
"description": "string",
"beneficiary": {},
"recipient": {}
}'{
"amount": "string",
"fee": "string",
"total_debited": "string",
"hold_amount": "string",
"currency": "string",
"destination_amount": "string",
"destination_currency": "string",
"fx_rate": "string"
}