curl --location --request GET 'https://staging.syncode.anggita.org/api/sessions//ai-messages?cursor&limit' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"messageId": "8540d774-4863-4d2b-b788-4ecb19412e85",
"role": "user",
"content": "string",
"followUpType": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"nextCursor": "string",
"hasMore": true
}
}