Authorization: ********************New-Api-User: ********************curl --location '/api/user/self' \
--header 'Authorization: Bearer <token>' \
--header 'New-Api-User: <api-key>'{
"success": true,
"data": {
"id": 10001,
"username": "demo_user",
"display_name": "Demo User",
"email": "user@example.com",
"role": 1,
"status": 1,
"group": "default",
"quota": 314061333,
"used_quota": 1780720626,
"request_count": 101291,
"aff_code": "AFF******CODE",
"aff_count": 1,
"aff_quota": 4590000
}
}