curl --location --request GET '/v2/user/binds' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Platform: {{platform}}' \
--header 'X-Tg-Sdk-Version: 23910000' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'X-Tg-App-Pkgname: {{pkgname}}' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: '{
"code": 200,
"data": {
"bind_id": 1000010,
"bind_channel": "wechat",
"pkgname": "icam365",
"bind_time": 1556656565,
"avatar_url": "https://xxx.xx.com/a.jpg",
"nickname": "小明"
},
"msg": "ok",
"ok": 1,
"requestid": "",
"status": "ok"
}