curl --location --request PATCH '/distributors/' \
--header 'Content-Type: application/json' \
--data-raw '{
"website": "https://distrib-novo.example",
"address": "Al. Central, 50, São Paulo - SP"
}'{
"id": "dist-0001",
"name": "TokenOne Distribuição",
"cnpj": 987654000199,
"website": "https://distrib-novo.example",
"address": "Al. Central, 50, São Paulo - SP"
}