{
"channel_id": "111",
"client_sid": "test_key"
}
curl --location --request POST '/jyapi/userStorages' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_id": "111",
"client_sid": "test_key"
}'
{
"status": 200,
"msg": "success",
"data": [
{
"name": "04b4fc4233647d68109e132a4051dc99",
"size": 2,
"end_time": 1766074118,
"cluster_name": "公司机房",
"able_use": 1
}
]
}