Last active
August 1, 2022 15:08
-
-
Save MyFRA/b1a4d71d154b2f0ace93aa89e7eebfea to your computer and use it in GitHub Desktop.
Api Notification
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
{ | |
"data": { | |
"total": 153, | |
"notifications": [ | |
{ | |
"id": 253, | |
"icon": "http://some-picture.png", | |
"title": "Notification Title", | |
"description": "lorem ipsum dolor sit amet", | |
"is_open": false, | |
"type": "private", | |
"created_at": "2022-09-21 23:59:59", | |
"target_screen": Tbd | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Response: