Para testar o cenário de ativação: idPortador
= 2001ativo
= true
Para cenário de remoção: idPortador
= 2002ativo
= false
Authorization: Bearer ********************
curl --location --request PATCH 'https://horizon-api-sb.app.rpe.tech/api/v1/portadores//ativo-problematico' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ativo": true
}'
{
"mensagem": "Inclusão realizada com sucesso."
}