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 --request POST 'https://partner-api-stage.p100.io/v1/transfer' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"destinationExternalUserId": "75a1d530-3c12-44e8-a23a-0241b9e73c87",
"amount": "1",
"currency": "doge"
}'{
"transferId": "082768b4-c831-47fb-920b-fea0d8d51be0"
}