curl --location '/v1/documents/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cursor": "string",
"dateFrom": "2019-08-24",
"dateTo": "2019-08-24",
"dateType": "dateDocument",
"limit": 20,
"sort": "dateDocument:desc",
"tab": "all"
}'{
"data": {
"items": [
{}
],
"meta": {
"hasMore": true,
"nextCursor": "string"
}
},
"success": true
}