pub async fn create_session(
__arg0: State<AppState>,
__arg1: Json<CreateSessionRequest>,
) -> Result<(StatusCode, Json<CreateSessionResponse>), (StatusCode, Json<ErrorResponse>)>Expand description
Create a new session.
pub async fn create_session(
__arg0: State<AppState>,
__arg1: Json<CreateSessionRequest>,
) -> Result<(StatusCode, Json<CreateSessionResponse>), (StatusCode, Json<ErrorResponse>)>Create a new session.