curl --location --request PATCH '/item-modifier/item-groups/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"search_name": "string",
"measurement": "string",
"price": "string",
"cost": "string",
"shtrix": "string",
"color": "string",
"pictures": [
"string"
],
"is_menu": true,
"is_service": true,
"allow_pickup": true,
"allow_delivery": true,
"id_automated_point": "string",
"tax_id": "string",
"discount_id": "string",
"type": {}
}'