[
{
"address": "0fcf4e82-e1a1-4f72-93fc-5b44c605980c",
"gatewayUuid": "{{gateway-uuid}}",
"name": "{{$commerce.productName}}",
"ownerCMS": "{{guia-uuid}}",
"members": [
{
"resource": "devices",
"address": "{{device-uuid}}"
}
],
"purpose": "unknown"
}
]
curl --location --request PUT 'https://iot.exati.com.br/guia/groups?vendorUuid&clientAddress' \
--header 'x-guia-uuid;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"address": "0fcf4e82-e1a1-4f72-93fc-5b44c605980c",
"gatewayUuid": "{{gateway-uuid}}",
"name": "{{$commerce.productName}}",
"ownerCMS": "{{guia-uuid}}",
"members": [
{
"resource": "devices",
"address": "{{device-uuid}}"
}
],
"purpose": "unknown"
}
]'
[
{
"address": "string",
"name": "string",
"ownerCMS": "string",
"members": [
{
"resource": "groups",
"address": "string"
}
],
"purpose": "unknown"
}
]