Returns the path to update a user Example: /user/userId
/user/userId
static String updateUser(String userId) => '/user/$userId';