curl --location --request GET 'https://v3pz.itndedu.com/v3pz/companion/list?pageNum=1&pageSize=10' \ --header 'x-token: 542b3a68e96198a1bf33c7c8cff3d49d'
{ "code": 10000, "message": "success", "data": { "list": [ { "create_time": 1721871541000, "id": 18, "name": "小王", "mobile": "13487589652", "avatar": "http://159.75.169.224:5500/3.jpeg", "sex": "2", "age": 28, "active": 1 } ], "total": 1 } }