{
"name": "string",
"parent_id": "string",
"sort_priority": "string"
}curl --location --request POST '/v7/todo/categories/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"parent_id": "string",
"sort_priority": "string"
}'{
"data": {
"children": [
{}
],
"id": "string",
"name": "string",
"parent_id": "string",
"sort_priority": "string"
},
"code": 0,
"more": {},
"msg": "string"
}