curl -X POST "http://localhost:8000/api/v2/session/extend?extend_hours=6" \ -H "Authorization: Bearer your_api_key" \ -H "X-Session-Token: your_session_token"
{ "agent_id": "customer-support", "new_expires_at": "2025-04-01T04:30:00Z", "hours_added": 6 }
Extend an active session.
Authorization: Bearer your_api_key
X-Session-Token: {session_token}