List the authenticated user’s conversations, excluding soft-deleted ones.
Results are ordered by updated_at DESC.
Pagination is cursor-based using a compound updated_at|id cursor.
JWT obtained from POST /v1/auth/verify after SIWS authentication.
Include as: Authorization: Bearer <jwt>
Base64-encoded compound cursor from the previous response
Maximum number of conversations to return
1 <= x <= 100