Authorization: Bearer ********************curl --location --request GET 'https://api.twenty.com/rest/messageFolders/' \
--header 'Authorization: Bearer <token>'{
"data": {
"messageFolder": {
"name": "string",
"syncCursor": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"messageChannelId": "75ffdad4-1f3d-4135-8650-e108fea3e73d",
"messageChannel": null
}
}
}