curl --request POST \
--url https://gateway.7exchange.io/ipg/1.0.0/payment/pay-with-token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'organizationId: <organizationid>' \
--header 'tenantId: <tenantid>' \
--header 'walletId: <walletid>' \
--data '{
"organizationId": "<string>",
"registrationId": "<string>",
"merchantTransactionId": "<string>",
"amount": 123,
"currency": "<string>",
"cardCvv": "<string>",
"terminalId": "<string>",
"destinationId": "<string>",
"merchantRedirectUrl": "<string>",
"orderType": "<string>",
"sourceId": "<string>",
"createdBy": "<string>",
"customerId": "<string>"
}'