oEmbedRequest

@GET
abstract suspend fun oEmbedRequest(@Url url: String, @Query(value = "url") videoUrl: String, @Query(value = "format") format: String? = null): Response<OEmbedData>