Authorization: Bearer ********************curl --location --request GET 'https://api.lolia.link/api/v1/user/oauth/apps' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"apps": [
null
],
"total": 0
}
}