curl --location --request POST '/payout' \
--header 'Content-Type: application/json' \
--data-raw '{
"merNo": 111111,
"merOrderNo": "222222",
"currencyCode": "USD",
"sourceAmount": "100.05",
"withdrawType": "3",
"accountHolderType": "0",
"returnUrl": "https://example.com",
"notifyUrl": "https://example.com/notify",
"sign": "906FDF4880B00B00281F2AB61AE9A721",
"cardNo": "4242424242424242",
"benFirstName": "Tati",
"benLastName": "Moore",
"mobile": "1-1234567890",
"addressLine": "123 Main St",
"city": "Anytown",
"state": "CA",
"countryCode": "US",
"postCode": "12345",
"email": "tati@example.com",
"ipAddress": "192.168.1.1",
"beneficiaryType": "business",
"version": "V3.0.0"
}'