@AlexCFurtuna Got it,
- Create a new Role, called Admin and add permissions to it:
- Navigate to SETTINGS - User’s roles
- Click the Add new role
- Add Name and Description to id. (example: Admin & Permission for admin)
- Scroll down under Permissions , open the Application tab and find your desired content-type. Click the checkbox next to desired permissions for this admin role.
- Click Save
- Create a new User and add the Admin Role to it.
- From the front-end, Login with this user and retrieve the token for future requests.
- Make an authenticated request by using JWT from the step 3.