Created API endpoints for notification system

Created a collection type called Notifications, with fields: type [Enumeration: Mention, Reply], relation with User [User has many Notifications], read [Boolean], body [Text], url [Text].