{
"input": {
"locationId": "string",
"name": "string",
"locationCustomers": [
{
"name": "string",
"email": "user@example.com",
"phone": "string"
}
],
"screening": true,
"landingPageTemplate": {
"content": "string",
"heading": "string",
"reviewSiteHash": [
{
"name": "string",
"url": "string"
}
]
},
"openingEmailTemplate": {
"replyTo": "user@example.com",
"subject": "string",
"heading": "string",
"content": "string",
"reviewSiteHash": [
{
"name": "string",
"url": "string"
}
]
},
"smsTemplate": {
"content": "string",
"reviewSiteHash": [
{
"name": "string",
"url": "string"
}
]
}
}
}