OBJECT
1type PasswordStartAgentSessionPayload {23# The id of client4client_id: String! 56# The id of agent session7session_id: String! 89# The websocket URL that client can connect to.10websocket_url: String! 1112}