Authorization: ********************
{
"ticket_sid": 0,
"ticket_code": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/auditlog' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_sid": 0,
"ticket_code": "string"
}'
{
"events": [
{
"_dummy_event": {
"message": "string"
}
}
]
}