curl --location --request GET 'https://core.authing.cn/api/v2/application/61df925846bed781f5757166/tenants' \
--header 'Authorization: Bearer eyJhbGc' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408'
{
"code": 200,
"message": "获取应用租户成功",
"data": {
"id": "61df925846bed781f5757166",
"name": "12",
"logo": "https://files.authing.co/authing-console/default-app-logo.png",
"domain": "12",
"description": null,
"createdAt": "2022-01-13T02:45:44.115Z",
"updatedAt": "2022-01-13T06:27:10.889Z",
"protocol": "oidc",
"isIntegrate": false,
"appType": "INDIVIDUAL",
"tenants": []
}
}