cURL
curl --request GET \ --url http://localhost:3000/api/healthz
{ "message": "Waystone activated!" }
Check that we’re up and running. We should be!
Successful response
The response is of type object.
object