curl --location --request POST 'http://localhost:18321/v1/proxy/create' \ --form 'token="{{token}}"' \ --form 'host="127.0.0.1"' \ --form 'port="7890"' \ --form 'proxy_type="http"' \ --form 'username=""' \ --form 'password="******"' \ --form 'remark="Office Proxy"'
{ "code": 200, "msg": "ok", "data": { "proxy_id": "proxy_demo_001", "user_id": "user_demo_001", "remark": "Office Proxy", "host": "127.0.0.1", "port": "7890", "username": "", "password": "******", "proxy_type": "http", "created_at": 1775785594, "updated_at": 0 } }