curl --location 'https://openapi.suanli.cn/api/storage/nas/v1/pre-create' \
--header 'token: a69abd35-1df0-4c21-9c2b-82a20a72d3b2-20260417200925' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;'{
"code": "0000",
"message": "success",
"data": {
"configs": [
{
"id": 10,
"name": "北京标准型",
"description": null,
"region": {
"tag": "bj-001",
"name": "北京一区"
},
"storage_class": "nfs-standard",
"storage_class_name": "标准型",
"total_capacity": 1099511627776,
"allocated_capacity": 107374182400,
"used_capacity": 53687091200,
"unit_price": 120,
"display_unit_price": "0.36",
"status": "Available"
}
]
}
}