curl --location 'https://prod.your-api-server.com/servicos/CadastroPessoa/cadastroDeConjuge?version=1.0.0' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"cpf_pessoa": "00.000.000-00",
"regime": 1,
"cpf_conjuge": "00.000.000-00"
}'{
"mensagem": "Cônjuge cadastrado com sucesso"
}