pub async fn create_session(
__arg0: State<Arc<AppState>>,
body: Option<Json<CreateSessionRequest>>,
) -> impl IntoResponseExpand description
POST /sessions — create a new session.
Returns 201 Created with {"session_id": "<uuid>"} on success.