curl --location --request GET '/v2/user/binds' \
--header 'X-Tg-App-Id;' \
--header 'X-Tg-Platform;' \
--header 'X-Tg-Sdk-Version;' \
--header 'Accept-Language;' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Pkgname;' \
--header 'Authorization;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-App-Version: {{app_version}}'
{
"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"
}