xxxxxxxxxx
// Token for testing
https://auth0.com/docs/api/management/v2/get-access-tokens-for-test
//access token for production
https://auth0.com/docs/api/management/v2/get-access-tokens-for-production
xxxxxxxxxx
curl --request POST \
--url 'https://{yourDomain}/oauth/token' \
--header 'content-type: application/x-www-form-urlencoded' \
--data 'grant_type=authorization_code&client_id={yourClientId}&client_secret=YOUR_CLIENT_SECRET&code=AUTHORIZATION_CODE&redirect_uri={https://yourApp/callback}'