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