curl --request POST \
--url https://apidev.nusd.me/nps/ticket/tx \
--header 'BIZ-API-KEY: <api-key>' \
--header 'Biz-Api-Nonce: <api-key>' \
--header 'Biz-Api-Signature: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"wallet_id": "e9167870-e18b-4e82-8b87-92ec7ede8e45",
"transaction_id": "8da460a3-75f8-489d-a099-802c38a702b3",
"abnormals": "amount,status"
}
'