sk- 模型 API Key。curl --location 'https://n.lconai.com/api/user/self' \
--header 'New-Api-User: 1' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json'{
"success": true,
"message": "string",
"data": {
"id": 0,
"username": "string",
"display_name": "string",
"role": 0,
"status": 0,
"email": "string",
"group": "string",
"quota": 5000000,
"used_quota": 1200000,
"request_count": 0,
"aff_quota": 0,
"aff_history_quota": 0,
"setting": "string",
"permissions": {
"property1": "string",
"property2": "string"
}
}
}