Using terraform, how does one provide Auth0 Management API permissions to a Client application?

So, I have a regular web application created in Auth0 via terraform, and want to get it specific permission in the Auth0 Management API, like say create:user_tickets. The issue is since I didn’t create Auth0 Management API programatically(as its created by the System upon tenant creation), i have no control over the permissioning aspect.