curl --location --request GET 'https://router.shengsuanyun.com/api/v1/key' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"data": {
"name": "string",
"desc": "string",
"is_banned": true,
"is_expired": true,
"max_quota": 0,
"consumed_amount": 0,
"supported_models": "string",
"expires_at": "string"
},
"error": {
"message": "string",
"type": "string",
"code": "string"
}
}