Bearer 个人访问令牌
curl --location --request GET 'https://api.apifox.com/api/v1/user-projects?locale=zh-CN' \ --header 'X-Apifox-Version;' \ --header 'Authorization;'
{ "success": true, "data": [ { "id": 0, "name": "string", "description": "string", "visibility": "string", "strictMode": 0, "teamId": 0, "creatorId": 0, "editorId": 0, "createdAt": "string", "updatedAt": "string", "roleType": 0 } ] }