Authorization: ********************New-Api-User: ********************curl --location '/api/user/self/groups' \
--header 'Authorization: Bearer <token>' \
--header 'New-Api-User: <api-key>'{
"success": true,
"data": {
"Claude-Code": {
"desc": "Claude-Code",
"ratio": 4.5
},
"default": {
"desc": "default(不支持 tools)",
"ratio": 1
},
"官方优惠": {
"desc": "官方优惠",
"ratio": 7
}
}
}