Authorization: Bearer ********************{
"proxyId": 0,
"format": "string"
}curl --location --request POST 'https://api.mefrp.com/api/auth/proxy/config' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"proxyId": 0,
"format": "string"
}'{
"code": 200,
"data": {
"config": "",
"type": "TOML"
},
"message": "生成配置成功"
}