Check if the engine is running
cURL
curl --request GET \ --url http://localhost:8000/api/v1/health
{ "status": "ok", "version": "0.1.0" }