notifications_show Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/notifications/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": "7abb4576-8a61-4a13-b48d-18fa17a75722",
"type": "App\\Notifications\\AnnouncementNotification",
"data": {
"id": 1,
"title": "Test Annonce"
},
"read_at": null,
"created_at": "2025-04-16 09:47:03",
"updated_at": "2025-04-16 09:47:03"
}