curl --request POST \
--url https://sandbox.intermezzo.ai/organizations/{organization_id}/worksites/{worksite_id}/contacts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "[email protected]",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
'