editImage

@GET(value = "/cgi/product_image_crop.pl")
abstract suspend fun editImage(@Query(value = "code") code: String, @QueryMap fields: Map<String, @JvmSuppressWildcards String?>): JsonNode