pub async fn handle_create_scim_configuration(
    __arg0: State<Arc<Context>>,
    __arg1: TypedHeader<Authorization<Bearer>>,
    __arg2: Json<SCIM2ConfigurationCreateRequest>,
) -> Result<Json<SCIM2ConfigurationResponse>, StatusCode>