cURL
curl --request GET \ --url http://localhost:6060/api/health
"OK"
Check if the API server is healthy
Server is healthy
The response is of type string.
string