curl --request POST \
--url http://localhost:3000/api/wsfev1/FEDummy \
--header 'Content-Type: application/json' \
--data '{}'
{
"AppServer": "<string>",
"DbServer": "<string>",
"AuthServer": "<string>"
}
curl --request POST \
--url http://localhost:3000/api/wsfev1/FEDummy \
--header 'Content-Type: application/json' \
--data '{}'
{
"AppServer": "<string>",
"DbServer": "<string>",
"AuthServer": "<string>"
}
The response is of type object
.