{
"channel_id": "111",
"client_sid": "test_key",
"size": 1,
"end_time": 1765074118,
"cluster_code": "123"
}
curl --location --request POST '/jyapi/createStorage' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_id": "111",
"client_sid": "test_key",
"size": 1,
"end_time": 1765074118,
"cluster_code": "123"
}'
{
"status": 200,
"msg": "success",
"data": {
"name": "03ba23f2f387dff4c5181e3c360573f6",
"size": "1",
"end_time": "1765074118",
"cluster_code": "123"
}
}