Authorization: Bearer ********************curl --location --request POST 'https://api.lolia.link/api/v1/user/nodes' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"nodes": [
{
"id": 0,
"name": "string",
"status": "string",
"ip_address": "string",
"supported_protocols": [
"string"
],
"need_kyc": true,
"frps_version": "string",
"agent_version": "string",
"available_ports": {},
"frps_port": 0,
"sponsor": "string",
"bandwidth": 0,
"last_seen": "string",
"created_at": "string"
}
],
"total": 0,
"page": 0,
"limit": 0
}
}