curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/bindCard' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "1968187301902553088",
"cardInfo": {
"holderName": "CL BRW2",
"cardNumber": "4761344136141390",
"month": "05",
"year": "26",
"cvv": "123"
},
"country": "US",
"email": "Bell.Beier-Maggio@hotmail.com",
"merchantCustId": "CustId-180W-5328",
"merchantNo": "800515",
"sign": null,
"transactionIp": "92.65.180.76"
}'
{}