cURL
curl --request GET \ --url http://localhost/public/v1/ping
{ "ok": true }
Returns a simple response to check API availability and authentication.