curl --location '/api/v1/fiat/sends/' \
--header 'X-API-Key: <api-key>'{
"sendId": "string",
"status": "string",
"sourceAmountUsd": 0,
"destinationCountry": "string",
"destinationCurrency": "string",
"destinationAmount": 0,
"settledAt": "string",
"createdAt": "string",
"updatedAt": "string"
}