curl --location --request GET 'https://dev.your-api-server.com/api/auth/license' \ --header 'Authorization: {{ACCESS_TOKEN}}' \ --header 'Content-Type: text/plain' \ --data-raw ''
{}