{
"storage_id": 1001,
"regions": [
"cn-beijing",
"cn-shanghai"
]
}curl --location 'https://openapi.suanli.cn/api/storage/activate_v2' \
--header 'token: a69abd35-1df0-4c21-9c2b-82a20a72d3b2-20260417200925' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;' \
--header 'Content-Type: application/json' \
--data '{
"storage_id": 1001,
"regions": [
"cn-beijing",
"cn-shanghai"
]
}'{"code":"0000","message":"success","data":null}