curl --request POST \
--url https://api.arnio.co/api/v1/contacts \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"labels": [
"<string>"
],
"notes": "<string>"
}
'