curl --location --request PUT 'https://echo.apifox.com/put' \
--header 'Content-Type: text/plain' \
--data-raw 'test value'{
"args": {
"q1": "v1"
},
"data": "test value",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",
"Connection": "close",
"Content-Length": "10",
"Content-Type": "text/plain",
"Host": "httpbin.apifox.com",
"User-Agent": "apifox/1.0.0 (https://www.apifox.cn)"
},
"json": null,
"origin": "116.23.126.194",
"url": "https://httpbin.apifox.com/put?q1=v1"
}