Returns all conversations for the authenticated user, ordered by most recent activity.
last_message reflects the latest human message or notification. unread_count counts
both unread human messages and unread notifications.
JWT access token obtained from /auth-verify (login context) or /auth-signup. Set the bearer_token environment variable in your API client to apply it globally.