Skip to main content
POST
/
v1
/
support
cURL
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>"
}
'

Body

application/json
content
string
required
dealId
any
firstName
string
email
string

Response

200

Success