POST
/
api
/
wsfev1
/
FEDummy
cURL
curl --request POST \
  --url http://localhost:3000/api/wsfev1/FEDummy \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "AppServer": "<string>",
  "DbServer": "<string>",
  "AuthServer": "<string>"
}

Body

application/json · object

Response

200
application/json
<desc>

The response is of type object.