curl --location --request POST 'https://checkout-sandbox.payway.com.kh//api/payment-credential/v3/token-management/remove-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_time": "string",
"merchant_id": "string",
"ctid": "string",
"pwt": "string",
"hash": "string"
}'