{
"oldDeviceUuid": "{{device-uuid}}",
"newDeviceUuid": "{{gateway-uuid}}",
"changeDate": "{{$date.isoTimestamp|formatRFC3339}}"
}
curl --location --request PATCH 'https://iot.exati.com.br/guia/changeAssetDevice' \
--header 'x-guia-uuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldDeviceUuid": "{{device-uuid}}",
"newDeviceUuid": "{{gateway-uuid}}",
"changeDate": "{{$date.isoTimestamp|formatRFC3339}}"
}'