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