{
"title": "完成毛概期中作业",
"priority_group": 1,
"deadline_at": "2026-01-29T23:59:59Z"
}curl --location 'http://test-cn.your-api-server.com/task/create' \
--header 'Authorization;' \
--header 'X-Idempotency-Key: test-001' \
--header 'Content-Type: application/json' \
--data '{
"title": "完成毛概期中作业",
"priority_group": 1,
"deadline_at": "2026-01-29T23:59:59Z"
}'{
"status": "10000",
"info": "success",
"data": {
"id": 3,
"title": "宣发SmartFlow-Agent",
"priority_group": 2,
"deadline_at": "2026-02-28T23:59:59Z",
"status": "incomplete",
"created_at": "2026-02-03T19:54:48.0130512+08:00"
}
}