Authorization: Bearer ********************curl --location --request GET 'https://app.emoosearch.com/open-api/v1/chat?page_size=50¤t_page=1' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"page_size": 0,
"current_page": 0,
"total_pages": 0,
"results": [
{
"id": 0,
"title": "string",
"created_at": "string",
"updated_at": "string"
}
]
}
}