curl --location --request PUT 'https://apigw.klinkcx.com/api/v1/tickets//status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "string"
}'{
"success": true,
"message": "Ticket status updated successfully"
}