@PATCH("rest/s1/growerp/100/ItemType") Future<ItemType> updateItemType({ @Field() required ItemType itemType, @Field() bool? update, @Field() bool? delete, });