{
"account": "cloudManage",
"regionID": "TestRegionID"
}
curl --location --request GET '/v4/cda/gateway/count' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "cloudManage",
"regionID": "TestRegionID"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"count": 1
},
"statusCode": 800
}