curl --location --request POST 'https://partner-api-stage.p100.io/v1/crypto-withdrawal' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"sourceExternalUserId": "75a1d530-3c12-44e8-a23a-0241b9e73c87",
"currency": "btc",
"amount": 10,
"walletAddress": "0x5Fa1f7C5205EE01030b73601Bdec63f3E7E677fe",
"memo": "",
"network": "polygon",
"name": "John Doe",
"walletType": "CUSTODIAL",
"receiverType": "NATURAL"
}'
{
"withdrawalId": "a739eb03-7454-4b2b-adc1-0fcbf245500a"
}