resp.WriteHeaderAndEntity(http.StatusBadRequest,errors.Wrap(fmt.Errorf("the name of user (%s) does not match the name on the URL (%s)",user.Username,usernameInPath)))
err=fmt.Errorf("the name of user (%s) does not match the name on the URL (%s)",user.Username,usernameInPath)