pub fn crop_image(
image_id: String,
x: u32,
y: u32,
width: u32,
height: u32,
store: State<'_, ImageStore>,
) -> Result<ScreenshotResponse, String>pub fn crop_image(
image_id: String,
x: u32,
y: u32,
width: u32,
height: u32,
store: State<'_, ImageStore>,
) -> Result<ScreenshotResponse, String>