Authorization: Bearer ********************curl --location --request POST '/api.php?API=biz/product/newproduct/cates' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'CLIENT_API=' \
--data-urlencode 'openid='{
"data": [
{
"cate_id": "string",
"title": "string",
"childrens": [
{
"cate_id": "string",
"parent_id": "string",
"title": "string",
"orderby": "string",
"show_type": "string",
"settime": [
{
"stime": "6:00",
"ltime": "18:00",
"stime_time": "21600",
"ltime_time": "64800"
}
],
"childrens": [
{}
]
}
]
}
],
"error": "0",
"message": "success"
}