{
"key": "key2"
}curl --location --request POST 'http://127.0.0.1:46952/proc_queue_clear' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "key2"
}'{
"code": 0,
"message": "Operation succeed",
"key": "key2",
"values": [
"val2",
"val3",
"val4",
"val5"
]
}