curl --request GET \
--url http://localhost:3000/api/v1/health \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"status": "<string>",
"version": "<string>",
"uptime": 123
}
}curl --request GET \
--url http://localhost:3000/api/v1/health \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"status": "<string>",
"version": "<string>",
"uptime": 123
}
}