Authorization: ********************
{
"project_sid": 0,
"project_code": "string",
"project_title": "string",
"is_active": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/enableproject' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_sid": 0,
"project_code": "string",
"project_title": "string",
"is_active": true
}'
{
"success": true
}