cURL
curl --request GET \ --url http://127.0.0.1:9090/healthz \ --header 'Authorization: Bearer <token>'
"ok\n"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
健康
The response is of type string.
string