{
"input": {
"sectionId": "{sectionId}",
"offeringsItem": {
"displayName": "Caprese",
"description": "Tomato, mozzarella, and basil",
"price": "12.00"
}
}
}curl --location --request POST 'https://api.synup.com/api/v4/menus//items' \
--header 'Authorization: API VGLYvxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"sectionId": "{sectionId}",
"offeringsItem": {
"displayName": "Caprese",
"description": "Tomato, mozzarella, and basil",
"price": "12.00"
}
}
}'{}