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