Authorization: Bearer ********************{
"node_id":1,
"type":"tcp",
"local_ip":"127.0.0.1",
"local_port":11451,
"remote_port":11451,
"custom_domain":"",
"remark":"Test-C"
} curl --location --request POST 'https://api.lolia.link/api/v1/user/tunnel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"node_id":1,
"type":"tcp",
"local_ip":"127.0.0.1",
"local_port":11451,
"remote_port":11451,
"custom_domain":"",
"remark":"Test-C"
}'{
"code": 0,
"msg": "string"
}