GET
/
ping
curl --request GET \
  --url http://localhost:8000/ping
{}

Response

200
application/json

Ping successful

The response is of type object.