What is the recommended method and URL pattern for retrieving a specific user?
GET /user?id={id}
GET /user/{id}
GET /users/{id}
GET /users?id={id}