async fn put_one(
    __arg0: Path<String>,
    __arg1: State<Arc<AppState>>,
    body: String
) -> Result<(StatusCode, String), AppError>