curl --location --request POST 'https://api.trustpay.money/v2/expand/payout' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "test_order_0001",
"orderAmount": 100,
"merchantId": 8820250900009,
"accountName": "test account",
"bankName": "test_12313",
"cardNo": "test_123212132121329",
"bankCode": "AXISINBC",
"country": "IND",
"phone": "123456789",
"email": "test@test.com",
"currency": "INR",
"notifyUrl": "https://webhook.site/ff136600-adff-4642-8a63-f139db011199",
"sign": "string"
}'