Authorization: ********************
{
"ticket_sid": 0,
"edit_value": {
"col_desc": 0,
"from_val": "string",
"to_val": "string",
"is_edited": true
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/editticket' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_sid": 0,
"edit_value": {
"col_desc": 0,
"from_val": "string",
"to_val": "string",
"is_edited": true
}
}'
{
"is_edited": true
}