curl --request GET \
--url https://api.revong.com/api/v1/assistant/threads/{id}/messages \
--header 'Authorization: Bearer <token>'Get all messages of a thread by thread ID.
curl --request GET \
--url https://api.revong.com/api/v1/assistant/threads/{id}/messages \
--header 'Authorization: Bearer <token>'