Converts this response to a JSON map.
Map<String, dynamic> toJson() { return { 'id': id, 'uploadURL': uploadURL, }; }