{
"message": {
"data": "string",
"attributes": {
"guiaUuid": "string",
"vendorUuid": "string",
"gatewayUuid": "string"
},
"orderingKey": "string"
}
}
curl --location --request POST 'https://iot.exati.com.br/pubsub/guia/devices/setExternalId' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": {
"data": "string",
"attributes": {
"guiaUuid": "string",
"vendorUuid": "string",
"gatewayUuid": "string"
},
"orderingKey": "string"
}
}'