curl --request POST \
--url https://api.roostedhr.com/api/1_12/clients/{id}/contacts \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"name": "<string>",
"number": "<string>",
"email": "<string>",
"title": "<string>"
}
'