editImages

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

This method is to crop images server side