[
{
"sourceId": "string",
"title": "string",
"deadlineTime": "2019-08-24T14:15:22Z"
}
]curl --location --request POST '/open-api/educate/todo-list/create' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"sourceId": "string",
"title": "string",
"deadlineTime": "2019-08-24T14:15:22Z"
}
]'{
"code": 0,
"data": true,
"msg": "string",
"requestId": "string"
}