curl --request GET \
--url https://api.lighthousefh.com/health/detailed \
--header 'Authorization: Bearer <token>'{
"service": "<string>",
"status": "<string>",
"timestamp": "<string>"
}curl --request GET \
--url https://api.lighthousefh.com/health/detailed \
--header 'Authorization: Bearer <token>'{
"service": "<string>",
"status": "<string>",
"timestamp": "<string>"
}