Skip to main content

create_session

Function create_session 

Source
pub async fn create_session(
    __arg0: State<SessionController>,
    __arg1: Extension<Option<RequestContext>>,
    __arg2: Json<CreateSessionRequest>,
) -> Result<Json<SessionResponse>, StatusCode>