curl --location '/v1/magickmindchat//messages?cursor=undefined&limit=undefined&order=asc' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"content": "string",
"create_at": "string",
"id": "string",
"magickspace_id": "string",
"message_type": "string",
"reply_to_message_id": "string",
"sent_by_user_id": "string",
"status": "string",
"update_at": "string"
}
],
"paging": {
"cursors": {
"after": "string",
"before": "string"
},
"has_more": true,
"has_previous": true
}
}