Returns the path to get a specific user Example: /user/userId
/user/userId
static String getUser(String userId) => '/user/$userId';