This also removes the abilities for creating links, list, tags and notes, as links should not be created by a system user and also not in the name of another user
This is a ton of work. A new system user is generated while running the migrations. System tokes are bound to that user. Api calls need to be properly authorized, which feels really hacky at the moment. I only implemented link api tests for now.