curl --request POST \
--url https://api.tiny.com.br/public-api/v3/contatos/{idContato}/pessoas \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"nome": "<string>",
"telefone": "<string>",
"ramal": "<string>",
"email": "<string>",
"setor": "<string>"
}
'{
"id": 123
}curl --request POST \
--url https://api.tiny.com.br/public-api/v3/contatos/{idContato}/pessoas \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"nome": "<string>",
"telefone": "<string>",
"ramal": "<string>",
"email": "<string>",
"setor": "<string>"
}
'{
"id": 123
}