curl --location --request PUT 'https://api.flireo.nl/v1/contacts/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "string",
"email": "user@example.com",
"phone_number": "string",
"company": "string",
"notes": "string",
"tags": [
"string"
]
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"full_name": "string",
"email": "user@example.com",
"phone_number": "string",
"company": "string",
"notes": "string",
"tags": [
"string"
],
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"call_count": 0,
"last_call_date": "2019-08-24T14:15:22.123Z"
}