{
"ct_user_id": 0,
"os_id": "string",
"name": "string",
"is_enable": 0,
"cycle_type": "string",
"frequency": "string",
"remain_first_backup_of_curMonth": "string",
"rentention_num": 0,
"rentention_type": "string",
"obj_type": "string"
}
curl --location --request POST '/api/snapshotsstrategy/volumesnapshotsstrategycreate/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ct_user_id": 0,
"os_id": "string",
"name": "string",
"is_enable": 0,
"cycle_type": "string",
"frequency": "string",
"remain_first_backup_of_curMonth": "string",
"rentention_num": 0,
"rentention_type": "string",
"obj_type": "string"
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": "string",
"next": "string",
"total_count": 0,
"results": [
"string"
],
"code": 0
}