{
"actions": [
{
"key": "string",
"link": {
"mobile_url": "string",
"pc_url": "string"
},
"modal": {
"desc": "string",
"title": "string"
},
"style": "normal",
"text": "string"
}
],
"category_id": "string",
"create_time": 0,
"creator": "string",
"description": "string",
"display_time": 0,
"due_time": 0,
"executor": "string",
"ext_attrs": [
{
"name": "string",
"value": "string"
}
],
"finish_time": 0,
"is_read": true,
"link": {
"mobile_url": "string",
"pc_url": "string"
},
"notify_config": {
"reminders": [
{
"before_due_time": 0
}
],
"switch": true
},
"priority": 0,
"status": "todo",
"tags": [
"string"
],
"title": {
"prefix": "string",
"subject": "string"
}
}curl --location --request POST '/v7/todo/tasks' \
--header 'Content-Type: application/json' \
--data-raw '{
"actions": [
{
"key": "string",
"link": {
"mobile_url": "string",
"pc_url": "string"
},
"modal": {
"desc": "string",
"title": "string"
},
"style": "normal",
"text": "string"
}
],
"category_id": "string",
"create_time": 0,
"creator": "string",
"description": "string",
"display_time": 0,
"due_time": 0,
"executor": "string",
"ext_attrs": [
{
"name": "string",
"value": "string"
}
],
"finish_time": 0,
"is_read": true,
"link": {
"mobile_url": "string",
"pc_url": "string"
},
"notify_config": {
"reminders": [
{
"before_due_time": 0
}
],
"switch": true
},
"priority": 0,
"status": "todo",
"tags": [
"string"
],
"title": {
"prefix": "string",
"subject": "string"
}
}'{
"data": {
"task_id": "string"
},
"code": 0,
"more": {},
"msg": "string"
}