jw
@Url
interface UserService { @GET("/users") Call<List<User>> getAll() @GET Call<List<User>> getNextPage(@Url url: String) }