curl --request GET \
--url http://localhost:8000/api/v1/health/liveness \
| jq
Ensure the service is running
curl --request GET \
--url http://localhost:8000/api/v1/health/liveness \
| jq
curl --request GET \
--url http://localhost:8000/api/v1/health/liveness \
| jq
Successful Response