Was this helpful?
/notifications
curl -L \ --url 'https://beta.data.banyan.computer/api/v1/notifications' \ --header 'Authorization: Bearer JWT'
[ { "id": "text", "user_id": "text", "dismissable": true, "message": "text", "message_key": "text", "severity": "text", "created_at": 1 } ]
/notifications/{notification_id}
curl -L \ --request DELETE \ --url 'https://beta.data.banyan.computer/api/v1/notifications/{notification_id}' \ --header 'Authorization: Bearer JWT'
No body