getImageFilter static method
Implementation
static Future<String> getImageFilter(String imagePath, String imageId) async {
// Make the API call with the provided argument and return the result
return await getImageTryOnResponse(imagePath, imageId);
}