{
"input": {
"postName": "Grand Opening Announcement",
"locationIds": [
"{locationId}"
],
"postType": "ANNOUNCEMENT",
"postSites": [
"GOOGLE"
],
"postMessage": [
{
"site": "GOOGLE",
"message": "We are now open!"
}
]
}
}curl --location --request POST 'https://api.synup.com/api/v4/posts' \
--header 'Authorization: API Tsdfccsdfxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"postName": "Grand Opening Announcement",
"locationIds": [
"{locationId}"
],
"postType": "ANNOUNCEMENT",
"postSites": [
"GOOGLE"
],
"postMessage": [
{
"site": "GOOGLE",
"message": "We are now open!"
}
]
}
}'{}