curl --location --request POST 'https://api.dojapay.com/api/v1/payout/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "500",
"accountNumber": "8064797533",
"bankCode": "100004",
"accountName": "Ismail Aliyu Halliru"
}'{}