{
"channel_id": "111",
"client_sid": "test_key",
"storage_name": "04b4fc4233647d68109e132a4051dc99",
"size": 1
}
curl --location --request POST '/jyapi/extendStorage' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_id": "111",
"client_sid": "test_key",
"storage_name": "04b4fc4233647d68109e132a4051dc99",
"size": 1
}'
{
"status": 0,
"msg": "string",
"data": {}
}