Making API Calls

Simply add the Authorization header with your access token

curl --request GET \
     --url https://data.greenchoice.co/enrich/upc \
     --header 'accept:application/json' \
     --header 'authorization: eyJhbGciOiJIUzI1Ni'