GET
/
health
curl --request GET \
  --url https://api.pow.cards/health

Check if the API is operational.

Response

{
  "status": "healthy"
}