curl --request GET \
--url https://api.dev.opencorpus.ai/chat/ \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"data": {},
"message": "<string>"
}List all chat sessions for the user
curl --request GET \
--url https://api.dev.opencorpus.ai/chat/ \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"data": {},
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of chats to return
Number of chats to skip