curl --location --request POST '/v1/wallet/delete-withdraw-whitelist' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "67123"
}'
{
"status": "200",
"code": null,
"msg": null,
"traceId": "Auto:bf288b9af2e04dff88e943f2dcaf2b03",
"data": {
"success": true
}
}