How do you create entities from Nuxt?

@AlexCFurtuna Got it,

  1. 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
  2. Create a new User and add the Admin Role to it.
  3. From the front-end, Login with this user and retrieve the token for future requests.
  4. Make an authenticated request by using JWT from the step 3.