Auth0 in this link step 4 is not clear .
Call the Delegation endpoint from Auth0 to get a token for Firebase API
curl --data \
"client_id=YOUR_CLIENT_ID&\
&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer\
&refresh_token=\
&scope=open_id\
&api_type=firebase"\
https://YOUR_ACCOUNT.auth0.com/delegation
Where do I have to write this command?