BlacklistService

fun BlacklistService(apiKey: String)
fun BlacklistService(apiKey: String, backendUrl: String)
fun BlacklistService(apiKey: String, client: OkHttpClient)
fun BlacklistService(apiKey: String, client: OkHttpClient = defaultClient, backendUrl: String = defaultBackendUrl)