{
"regionIDs": [
"nm8"
]
}curl --location --request POST 'http://ct-global.ctapi-internal.ctyun.local:31111/v1/regions/azs/sync' \
--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 '{
"regionIDs": [
"nm8"
]
}'{
"description": "string",
"errorCode": "string",
"message": "string",
"returnObj": [
{
"content": [
{
"id": "string",
"name": "string",
"code": "string"
}
],
"needDeleteAzs": [
{}
],
"createCount": 0,
"updateCount": 0,
"deleteCount": 0,
"status": 0,
"regionID": "string",
"regionName": "string",
"syncTime": "string"
}
],
"statusCode": 0,
"traceID": "string"
}