Create a Contact
POST
/api/contacts
Required Scope: contacts:write
Create a contact with a name and fax number.
Example Request
curl -X POST https://api.eldonfax.com/api/contacts \
-H "Authorization: Bearer sk_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"name": "Front Desk",
"faxNumber": "+15551234567"
}'