curl --request GET \
--url https://nimbussuite.com/api/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "healthy"
}curl --request GET \
--url https://nimbussuite.com/api/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "healthy"
}Was this page helpful?