curl --request POST \
--url https://dev-api.auxvault.net/api/v1/public/token-transaction \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"TokenId": "<string>",
"GatewayCustomerId": "<string>",
"Amount": 123,
"ConvenienceFeeActive": true,
"Description": "<string>",
"ReferenceNo": "<string>"
}
'