{
"phone1": "00000000000",
"phone2": "00000000000",
"celphone1": "00000000000",
"celphone2": "00000000000",
"email1": "00000000000",
"email2": "00000000000",
"site": "",
"number": "226",
"street": "RUA CASTELO BRANCO",
"neighborhood": "CENTRO",
"zipCode": "74715620",
"city": {
"id": 977
}
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/contact/' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone1": "00000000000",
"phone2": "00000000000",
"celphone1": "00000000000",
"celphone2": "00000000000",
"email1": "00000000000",
"email2": "00000000000",
"site": "",
"number": "226",
"street": "RUA CASTELO BRANCO",
"neighborhood": "CENTRO",
"zipCode": "74715620",
"city": {
"id": 977
}
}'{}