curl --location 'https://pruebas.elmomento.io/api/1xbet/withdrawalorders/' \
--header 'M-Signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 500,
"orderID": "Somerandomstring",
"currency": "DOP",
"callback_url": "https://google.com",
"request": {
"email": "ceterasddsare@hotmail.com",
"id_number": "00100000001",
"bank_name": "string",
"bank_account_number": "string",
"bank_account_owner_name": "string",
"bank_account_owner_identity": "string",
"country": "string",
"is_usd": true
}
}'