curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/webhooks/website-case-study \
--header 'Content-Type: application/json' \
--data '
{
"dealId": 123,
"address": "<string>",
"state": "<string>",
"profit": 123
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/webhooks/website-case-study \
--header 'Content-Type: application/json' \
--data '
{
"dealId": 123,
"address": "<string>",
"state": "<string>",
"profit": 123
}
'