{
"channel_id": "111",
"client_sid": "test_key",
"storage_name": "03ba23f2f387dff4c5181e3c360573f6"
}
curl --location --request POST '/jyapi/removeStorage' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_id": "111",
"client_sid": "test_key",
"storage_name": "03ba23f2f387dff4c5181e3c360573f6"
}'
{
"status": 0,
"msg": "string",
"data": {}
}