curl --request GET \
--url https://api.revong.com/api/v1/assistant/threads \
--header 'Authorization: Bearer <token>'Get all threads.
curl --request GET \
--url https://api.revong.com/api/v1/assistant/threads \
--header 'Authorization: Bearer <token>'Bearer token with Platform JWT token or API Key.
OK.