{ "site": "tw", "language": "th-TH", "level2CategoryId": 100002 }
curl --location '/api/shopee/categories/level3/query' \ --header 'Content-Type: application/json' \ --data '{ "site": "tw", "language": "th-TH", "level2CategoryId": 100002 }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "categoryId": 100001, "categoryLevel": 1, "categoryName": "书籍与杂志", "language": "zh-CN", "parentId": 0, "site": "tw" } ] }