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