Bearer 个人访问令牌
curl --location -g --request GET 'https://api.apifox.com/api/v1/projects/2078457/api-folders/10912062?locale=zh-CN' \ --header 'X-Apifox-Version;' \ --header 'Authorization;'
{ "success": true, "data": { "id": 0, "name": "string", "type": "string", "projectId": 0, "parentId": 0, "children": [ "string" ], "serverId": "string", "preProcessors": [ {} ], "postProcessors": [ {} ], "identityPattern": { "httpApi": { "type": "query", "bodyType": "formdata", "fields": [ "string" ] } }, "auth": {}, "description": "string", "ordering": 0, "createdAt": "string", "updatedAt": "string", "creatorId": 0, "editorId": 0, "docId": 0 } }