curl --location --request POST '/v1/wallet/add-withdraw-whitelist' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantAccountId": "ex_8f7a2c1d90",
"addressType": "standard",
"address": "0x4cbe58c50480...",
"currency": "USDC",
"network": "ETH",
"memo": "",
"correspondentDetail": {
"firstName": "Amina",
"lastName": "Khan",
"birthday": "1990-04-12",
"country": "AE",
"toFromType": 1,
"correspondentType": 1,
"othersPleaseSpecify": ""
},
"sanction": false,
"timestamp": "2025-08-08T14:23:11Z"
}'