pub async fn set_environment_variable( __arg0: State<AdminState>, __arg1: Path<(String, String)>, __arg2: Json<Value>, ) -> Json<ApiResponse<String>>