{
"title": "组此团由百设思",
"level": "high",
"content": "tempor velit dolor"
}
curl --location --request POST 'http://127.0.0.1:8000/api/v2/user/tickets' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "组此团由百设思",
"level": "high",
"content": "tempor velit dolor"
}'
{"status":"success","message":"successful","data":{"issue_no":"2024070517062649186"},"time":1720170386}