Authorization: ********************curl --location --request PUT '/api/Projeto/AlterarResponsavelComercialEmLote' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"ids": [
0
],
"usuarioId": 0
}'