curl --location --request GET 'https://kingdeexc.51kuaiding.com/shopapi/user/userCategoryLists' \
--header 'version: 1.1.1'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"name": "string"
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}