curl --location --request GET 'https://petstore-demo.apifox.com/checkToken' \ --header 'token;'
{ "msg": "操作成功", "code": 200, "data": { "isVaild": true, "username": "admin", "avatar": "https://res.cloudinary.com/hy4kyit2a/f_auto,fl_lossy,q_70/learn/modules/b2c-seo-urls/b2c-explore-seo-urls/images/64578395600ccaffaa73a0683252b416_dd-887613-90-e-3-4-bfd-8-b-77-b-3-f-39-e-3-b-40-fc.png" } }