curl --location --request POST 'https://api.finzep.com/API/Payout' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserID": 1,
"Token": "",
"OutletID": 10657,
"PayoutRequest": {
"AccountNo": "5441010XXXXXXX",
"AmountR": 1990,
"BankID": 9,
"IFSC": "BARB0AMROLI",
"SenderMobile": "74155XXXXX",
"SenderName": "Sender Name",
"SenderEmail": "example@gmail.com",
"BeneName": "Beneficiary Name",
"BeneMobile": "95957XXXXX",
"APIRequestID": 492605,
"SPKey": "NEFT",
"WebHook": "https://{domain}/webhook"
}
}'