Endpoint to check the status of the API
curl --request GET \ --url http://localhost:8080/ping
{ "ping": "pong" }
The response is of type any.
any
Was this page helpful?