{
"externalId": "abc123a"
}
curl --location -g --request PATCH 'https://iot.exati.com.br/guia/devices/{{device-uuid}}/setExternalId' \
--header 'x-guia-uuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalId": "abc123a"
}'