sourceExternalUserId is provided, funds are moved from the user's balance to the partner treasury.destinationExternalUserId is provided, funds are moved from the partner treasury to the user's balance.curl --location 'https://stage-api.fintegence.io/v1/transfer' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"sourceExternalUserId": "456bd63d-d736-43cf-af8b-775ddf998bef",
"amount": "5",
"currency": "eur"
}'{
"transferId": "082768b4-c831-47fb-920b-fea0d8d51be0"
}