Authorization: ********************curl --location '/api/v1/core/documents?tab=undefined&search=undefined&dateType=undefined&cursor=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"items": [
{}
],
"meta": {
"hasMore": true,
"nextCursor": "string"
}
}
}