curl --location --request GET 'http://ct-global.ctapi-internal.ctyun.local:31111/v1/tenant/bindingRegionList?tenantID' \
--header 'x-ctyun-user-id: {{userID}}' \
--header 'Accept-Language: zh-CN' \
--header 'userId: ef378f73-1c52-435e-90f2-6a9cd2258c8e'{
"description": "成功",
"errorCode": "Success",
"message": "success",
"returnObj": [
{
"regionId": "test119",
"regionName": "test119",
"limitQuotas": 1
},
{
"regionId": "nm8",
"regionName": "nm8",
"limitQuotas": 0
}
],
"statusCode": 800,
"traceID": "61e14d95b444e822cee89f5ce89fa233"
}