GET
/
ping
  curl --request GET \
    --url http://localhost:8080/ping
{ "ping": "pong" }
  curl --request GET \
    --url http://localhost:8080/ping
{ "ping": "pong" }

Response

200 - application/json

The response is of type any.