curl --location --request GET 'https://api-sandbox.xiaoman.cn/v1/product/productEnums?field=unit_list' \
--header 'Authorization: '{
"code": 0,
"msg": "success",
"now": "2022-04-11 16:33:40",
"data": {
"unit_list": [
{
"name": "xx",
"code": "xx1"
}
]
}
}