Created
January 23, 2026 07:48
-
-
Save mike1e/f1f91d64e072fb221a6f3fe7f6b427c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "sessions": [ | |
| { | |
| "userId": "user123", | |
| "date": "2025-01-22", | |
| "startTime": "23:30:00", | |
| "sleepData": "1111222233334444000011112222333344441111" | |
| }, | |
| { | |
| "userId": "user456", | |
| "date": "2025-01-22", | |
| "startTime": "22:45:00", | |
| "sleepData": "0011112222333344443333222211110000" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment