OBJECT
1type StartAgentSessionPayload {23# A unique identifier for the client4client_id: String! 56# A unique identifier for the agent's session7session_id: String! 89# The websocket URL that client can connect to.10websocket_url: String! 1112}