Map<String, dynamic> imageFileUriToJson(String imageFileUri) { return { 'image': { 'imageFileUri': imageFileUri, } }; }