Node.ReadAuthorization: Bearer ********************curl --location --request GET 'https://api.locyanfrp.cn/v3/nodes?user_id&page&size' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"status": 200,
"data": {
"list": [
{
"name": "string",
"id": 0,
"host": "string",
"ip": "string",
"description": "string",
"server_port": 0,
"port_range": [
"string"
],
"additional": {
"allow_big_traffic": true,
"allow_udp": true,
"allow_http": true,
"need_icp": true
},
"verification_level": "REAL_NAME"
}
],
"pagination": {
"count": 0
}
}
}