{
"regions": [
{
"regionID": "nm8",
"status": 0
}
]
}curl --location --request PUT 'http://ct-global.ctapi-internal.ctyun.local:31111/v1/regions/switch-status' \
--header 'Authorization;' \
--header 'x-ctyun-reqid;' \
--header 'x-ctyun-reqtime;' \
--header 'x-ctyun-user-id: {{userID}}' \
--header 'Accept-Language: zh-CN' \
--header 'userId: ef378f73-1c52-435e-90f2-6a9cd2258c8e' \
--header 'Content-Type: application/json' \
--data-raw '{
"regions": [
{
"regionID": "nm8",
"status": 0
}
]
}'{
"description": "成功",
"errorCode": "Success",
"message": "success",
"returnObj": [
{
"regionID": "test-wd",
"status": 44
}
],
"traceID": "b0f0003fcc7225e1bd2b67efa611891e"
}