Creates a new Contact
curl --request POST \ --url https://api.precallai.com/api/v1/segment/create \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>" }'
{ "name": "<string>", "description": "<string>" }
The name of the Contact
The description of the Contact