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

Successful Response

The response is of type any.