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