curl --location 'https://myquiz.nvtai24.site/api/payments/sepay-webhook' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"gateway": "string",
"transactionDate": "string",
"accountNumber": "string",
"code": "string",
"content": "string",
"transferType": "string",
"transferAmount": 0,
"accumulated": 0,
"subAccount": "string",
"referenceCode": "string",
"description": "string"
}'