curl --request GET \
--url https://api.example.com/{
"status": "<string>"
}Returns {"status":"ok"} if backend is alive, same as the “/status” endpoint.
Unlike most other endpoints, this one does not require authentication.
curl --request GET \
--url https://api.example.com/{
"status": "<string>"
}A status message indicating the health of this main backend server.
The response used for "/status" and "/" endpoints. It just replies "ok". If the call times out then all is not okay and you'll need a drink.