Authorization: Bearer ********************curl --location --request GET 'https://api.lolia.link/api/v1/user/oauth/app/1' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"client_id": "string",
"created_at": "string",
"description": "string",
"homepage": "string",
"id": 0,
"is_active": true,
"name": "string",
"redirect_uris": [
"string"
],
"updated_at": "string"
}
}