curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/marketing-center/automation/agent \
--header 'Content-Type: application/json' \
--data '
{
"realtorId": "<unknown>",
"sendEmail": true
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/marketing-center/automation/agent \
--header 'Content-Type: application/json' \
--data '
{
"realtorId": "<unknown>",
"sendEmail": true
}
'