Node.Read.StatAuthorization: Bearer ********************curl --location --request GET 'https://api.locyanfrp.cn/v3/nodes/stats?user_id&nodes' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"status": 200,
"data": {
"list": [
{
"node_id": 0,
"inbound": 0,
"outbound": 0,
"total_client": 0,
"update_time": "string"
}
]
}
}