curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/support/ \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>",
"dealId": "<unknown>",
"firstName": "<string>",
"email": "<string>"
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/support/ \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>",
"dealId": "<unknown>",
"firstName": "<string>",
"email": "<string>"
}
'Was this page helpful?