I have created an API and set public and authentication permissions for each user for that API, but the API will fail if I use the token that was created in the admin using this guide API tokens configuration | Strapi Documentation. It reported error ForbiddenError: Forbidden access when i call the api with this token string. Is there any way I can grant access to the custom api using this token string ?