@GET("users/{id}/users") abstract fun getUsers(@Path("id") id: String, @Header("Authorization") auth: String): Call<List<User>>