pub fn save_image(
image_id: String,
annotations: Vec<Annotation>,
format: String,
path: String,
store: State<'_, ImageStore>,
) -> Result<String, String>pub fn save_image(
image_id: String,
annotations: Vec<Annotation>,
format: String,
path: String,
store: State<'_, ImageStore>,
) -> Result<String, String>