curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/authPayment' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantNo": "800515",
"merchantTxnId": "8336495f-46ba-4024-8f2c-8a1de73e8faa",
"originTransactionId": "{{PRE-AUTH-TRANSACTION-ID}}",
"sign": null,
"txnType": "VOID"
}'
{}