curl --location --request POST 'https://qiyukf.com/openapi/category/list?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"type":2
}'
{
"code": 200,
"message": [
{
"id": 12345,
"parentId": 0,
"name": "母婴",
"rank": 2
}
]
}