curl --location '/api/v1/fiat/resolve-recipient' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"methodId": "string",
"accountNumber": "string",
"phone": "string"
}'{
"supported": true,
"resolved": true,
"accountName": "string",
"bankName": "string",
"reason": "string"
}