{
"input": {
"locationIds": [
"{locationId}"
]
}
}curl --location 'https://api.synup.com/api/v4/menus//assign-location' \
--header 'Authorization: API VGLYvxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"input": {
"locationIds": [
"{locationId}"
]
}
}'{}