Authorization: Bearer ********************{
"idContato": 0,
"nome": "string",
"email": "string",
"telefonePrincipal": "string",
"telefoneSecundario": "string"
}curl --location --request PUT 'https://api-tst.tms.otif.app/cadastros/v1/Transportador/Contato' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idContato": 0,
"nome": "string",
"email": "string",
"telefonePrincipal": "string",
"telefoneSecundario": "string"
}'{
"sucesso": true,
"response": null,
"erros": {
"property1": [
"string"
],
"property2": [
"string"
]
}
}