{
"name": "testRG1",
"identifier": "RG1"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/resourceGroup/save' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "testRG1",
"identifier": "RG1"
}'
{}