username:passwordAuthorization: Basic *****************[
{
"address": "{{$string.uuid}}",
"gatewayUuid": "{{gateway-uuid}}",
"name": "{{$commerce.productName}}",
"ownerCMS": "{{guia-uuid}}",
"members": [
{
"resource": "devices",
"address": "{{device-uuid}}"
}
],
"purpose": "unknown"
}
]curl --location --request POST 'https://iot.exati.com.br/staging/guia/groups?vendorUuid&clientAddress' \
--header 'x-guia-uuid;' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"address": "{{$string.uuid}}",
"gatewayUuid": "",
"name": "{{$commerce.productName}}",
"ownerCMS": "77b18365-7e9a-4423-a8c2-8b03d49af737",
"members": [
{
"resource": "devices",
"address": "{{device-uuid}}"
}
],
"purpose": "unknown"
}
]'[
{
"address": "string",
"name": "string",
"ownerCMS": "string",
"members": [
{
"resource": "groups",
"address": "string"
}
],
"purpose": "unknown"
}
]