curl --location --request GET '/store/product/get_operate_list/329?type=&date=' \
--header 'x-token: {{x-token}}'
{
"status": 0,
"message": "string",
"data": [
{
"name": "string",
"value": "string"
}
]
}