curl --location --request POST 'https://api.flashcat.cloud/webhook/history/detail' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjdjMGM4YmQyLTExOTYtNDlmYS04YzY0LWE0NDE2ODQ4NTUzYSIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc0OTg4ODQ4MCwidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9._S1Isb29viOhHyVrjbwIUjPZnNQXewmb4zftVeqbFpA' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_id": "string",
"intergration_id": "string"
}'{
"request_id": "string",
"error": {
"code": "string",
"message": "string"
},
"data": {
"channel_id": 0,
"integration_id": "string",
"event_id": "string",
"webhook_type": "string",
"event_type": "string",
"ref_id": "string",
"attempt": 0,
"endpoint": "string",
"request_headers": "string",
"request_body": "string",
"duration": 0,
"status": "success",
"status_code": 0,
"error_message": "string",
"response_headers": "string",
"response_body": "string",
"event_time": "string",
"ref_title": "string",
"channel_name": "string"
}
}