Hello! I have a simple React & Strapi application where users can register and log in. I want to manage Users collection (for example create, delete or fetch user) via REST API from my React application, not only by admin panel. Also, I want to disable this functionality for other users (only my React app can modify this collection), so firstly I have to authorize React app as for example Super Admin and then modify the Users collection. Is it possible?