curl --location --request PATCH 'https://api.simpra.app/apps/api/v1/menu_items/' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json' \
--data-raw '{
"name": "string",
"price": "string",
"active": true
}'