read_at / notifiable omitted when unset; no data property.Authorization: ********************curl --location '/api/v1/notifications/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"notification": {
"id": 1,
"kind": "proposal_accepted",
"title": "Proposal request accepted",
"body": "Partner accepted the proposal for your service.",
"read": false,
"notifiable": {
"type": "Contract",
"id": 42
},
"created_at": "2026-04-14T10:00:00.000Z",
"updated_at": "2026-04-14T10:00:00.000Z"
}
}
}