curl --location --request POST 'http://127.0.0.1:6810/api/tickets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"title": "string",
"content": "string"
}'{
"code": "CREATE_TICKET",
"message": "成功创建工单",
"data": true
}