{
"describe": "string",
"urlPattern": "string",
"requestMethod": "GET",
"headers": {
"key": "string"
},
"params": {
"key": "string"
},
"body": {
"key": "string"
}
}
curl --location --request POST 'http://172.20.238.8:48806/third//' \
--header 'Content-Type: application/json' \
--data-raw '{
"describe": "string",
"urlPattern": "string",
"requestMethod": "GET",
"headers": {
"key": "string"
},
"params": {
"key": "string"
},
"body": {
"key": "string"
}
}'
{
"result": "",
"code": 0,
"message": {}
}