Authorization: Bearer ********************curl --location 'https://app.emoosearch.com/open-api/v1/data/table?page_size=undefined¤t_page=undefined' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"total": 0,
"page_size": 0,
"current_page": 0,
"total_pages": 0,
"results": [
{
"table_key": "string",
"table_name": "string",
"extra": {},
"column_count": 0,
"record_count": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}
}