getAppRedirect

@GET(value = "apps/{appID}/redirect")
abstract fun getAppRedirect(@Path(value = "appID"appID: String? = null): Call<Void>