curl --request PUT \
--url https://api.sandbox.asapp.com/autocompose/v1/autopilot/greetings \
--header 'Content-Type: application/json' \
--header 'asapp-api-id: <api-key>' \
--header 'asapp-api-secret: <api-key>' \
--data '
{
"greetingGeneric": "Welcome!",
"greetingCustomerName": "Welcome {NAME}!"
}
'