Description: Ensure the backend's core uptime check is working correctly by implementing a unit test that verifies the /health endpoint. Tasks:
Implement a test case using Axum's test utilities.
Assert status 200 OK for the health route.
Verify the response body matches the expected JSON format.