curl --location '/api/v1/fiat/sends' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ownerType": "MERCHANT",
"ownerId": "string",
"destinationCountry": "string",
"destinationCurrency": "string",
"sourceAmountUsd": 0,
"destinationAmount": 0,
"narration": "string",
"metadata": {},
"recipient": {
"methodId": "string",
"accountNumber": "string",
"accountName": "string",
"phone": "string"
}
}'{
"sendId": "string"
}