POST
/
contact
Submit a contact form
curl --request POST \
  --url https://v2.stopbars.com/contact \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com",
  "topic": "<string>",
  "message": "<string>"
}'

Body

application/json
email
string<email>
required
topic
string
required
message
string
required

Response

Message stored