Authorization: Bearer ********************
curl --location --request GET '/v1/admin/get-oauth2-apps'
{
"code": 0,
"msg": "ok",
"data": {
"total": 10,
"list": [
{
"name": "StuMap v3",
"client_id": "xxasibapbcaca",
"client_secret": "dsjefdndnsdssdshidbsi",
"created_at": "xx"
}
]
}
}