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