Returns HTTP 200 when the service is running. No authentication required.
curl https://api.chamelaion.com/api/health \ -H "x-api-key: $CHAMELAION_API_KEY"
{ "status": "ok" }