Authorization: Bearer ********************{
"proxyName": "string",
"proxyType": "string",
"localIp": "string",
"localPort": 0,
"remotePort": 0,
"nodeId": 0,
"domain": "string",
"proxyProtocolVersion": "string",
"useEncryption": true,
"useCompression": true,
"hostHeaderRewrite": "string",
"headerXFromWhere": "string"
}curl --location --request POST 'https://api.mefrp.com/api/auth/proxy/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"proxyName": "string",
"proxyType": "string",
"localIp": "string",
"localPort": 0,
"remotePort": 0,
"nodeId": 0,
"domain": "string",
"proxyProtocolVersion": "string",
"useEncryption": true,
"useCompression": true,
"hostHeaderRewrite": "string",
"headerXFromWhere": "string"
}'{
"code": 200,
"data": null,
"message": "更新隧道成功"
}