{
"department_id": 0,
"title": "string",
"message": "string",
"urgency": 0,
"relid": 0,
"user_id": 0
}curl --location '/user/tickets' \
--header 'Content-Type: application/json' \
--data '{
"department_id": 0,
"title": "string",
"message": "string",
"urgency": 0,
"relid": 0,
"user_id": 0
}'{}