curl --location --request GET 'https://core.authing.cn/api/v2/users/identity/conn-list' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Authorization: Bearer sdfsdsfdfsdf' \
--header 'x-authing-app-id: 61b95d6c96d42670da568408'
{
"code": 0,
"message": "string",
"data": {
"authorizationUrl": "string",
"bindState": true,
"usernameInIdp": "string",
"userIdInIdp": "string",
"identifier": "string",
"extIdpId": "string",
"authenticationType": "string",
"name": "string",
"logo": "string",
"type": "string",
"name_en": "string",
"desc": "string",
"desc_en": "string"
}
}