X-API-Key: ********************curl --location --request POST '/jd/searchAllCategory?groupName=&groupLevel=' \
--header 'X-API-Key: <api-key>'{
"code": 0,
"msg": "string",
"data": [
{
"id": "string",
"parentId": "string",
"groupName": "string",
"groupLevel": "string"
}
]
}