{
"input": {
"name": "Acme Coffee Co.",
"businessIntent": "LOCAL_BUSINESS",
"categories": [
"FOOD_AND_BEVERAGE",
"CAFE"
],
"website": "https://acmecoffee.com",
"phone": "+1-555-000-1234",
"description": "Specialty coffee roasters since 2010"
}
}curl --location --request POST 'https://api.synup.com/api/v4/social/brands' \
--header 'Authorization: API VGLYvxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"name": "Acme Coffee Co.",
"businessIntent": "LOCAL_BUSINESS",
"categories": [
"FOOD_AND_BEVERAGE",
"CAFE"
],
"website": "https://acmecoffee.com",
"phone": "+1-555-000-1234",
"description": "Specialty coffee roasters since 2010"
}
}'{}