post
https://api.surense.com/api/v1/mywork/todo
Search to-do tasks with filtering and pagination. Task IDs can be found when using POST /mywork/todo under the field named 'id'.
Example:
{
"page": 0,
"pageSize": 30,
"remindersFirst": false,
"sortBy": "doneAt",
"sortDir": "desc"
}