{
"url": "http://example.com",
"method": "GET",
"headers": {
"property1": "string",
"property2": "string"
},
"data": null,
"params": {
"property1": "string",
"property2": "string"
},
"timeout": 0,
"encode": "UTF-8"
}curl --location --request POST '/api/v1/system/req' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"method": "GET",
"headers": {
"property1": "string",
"property2": "string"
},
"data": null,
"params": {
"property1": "string",
"property2": "string"
},
"timeout": 0,
"encode": "UTF-8"
}'{
"code": 0,
"msg": "ok",
"data": {
"code": 0,
"data": null,
"headers": {
"property1": "string",
"property2": "string"
}
}
}