Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/listsla' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"ticketsSla": [
{
"sla_sid": 0,
"name": "string",
"description": "string",
"interval": 0,
"is_active": 0,
"ticket_sla_duration": {
"value": 0,
"scale": "TIME_SCALE_MINUTE"
}
}
]
}