curl --location --request PUT '/aprobaciones/ejecuciones/abc123-def456-ghi789/cambiar/privacidad?aplicacion=FEB' \
--header 'token: xx' \
--header 'empresa: 1111111-1' \
--header 'Content-Type: application/json' \
--data '{
"privado": "Y"
}'{"success": true}