{
"input": {
"reviewCampaignId": "string",
"locationCustomers": [
{
"name": "string",
"email": "user@example.com",
"phone": "string"
}
]
}
}
curl --location --request POST 'https://api.synup.com/api/v4/locations/review-campaigns/customers' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"reviewCampaignId": "string",
"locationCustomers": [
{
"name": "string",
"email": "user@example.com",
"phone": "string"
}
]
}
}'
{}