{
"title": "测试",
"contact": "test",
"telephone": "13771234567",
"email": "test@test.cn",
"operator_role": "noc",
"type": "2",
"category_id": "11",
"priority": "3",
"urgent_reason": "很久",
"content": "测试"
}curl --location --request POST 'https://ctgcdn.esurfingcloud.com/API/user/workorder' \
--header 'Authorization: Bearer Af8VDldHtQxxxF4n=H8tLRl9Er7WdhaXvWWd/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "测试",
"contact": "test",
"telephone": "13771234567",
"email": "test@test.cn",
"operator_role": "noc",
"type": "2",
"category_id": "11",
"priority": "3",
"urgent_reason": "很久",
"content": "测试"
}'{
"code": 1,
"message": "OK",
"data": {
"uid": 7738,
"type": 2,
"category_id": 11,
"title": "测试",
"priority": 1,
"urgent_reason": "",
"contact": "test",
"operator_role": "noc"
}
}