{
"name": "News",
"slug": "news",
"entry_url": "string",
"limit": 1,
"add_category": true
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/scraper-admin/menu-item/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "News",
"slug": "news",
"entry_url": "string",
"limit": 1,
"add_category": true
}'
{}