cURL
curl --request POST \ --url https://api.jonahanderson.me/contact \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "jsmith@example.com", "company": "<string>", "message": "<string>" } '
{ "id": "contact_xxx123", "status": "received" }
Contact request accepted
"contact_xxx123"
"received"