Creating an Admin Access Token for the JFrog Platform by using the automatic admin token generated above in step 2. This token is needed to execute the JFrog Mission Control REST API which handles the JFrog license bucket management.
Sample usage:
curl -H "Authorization: Bearer <Automatic Admin Token>" -XPOST "http://localhost:8082/access/api/v1/tokens" -d "scope=applied-permissions/admin"