curl --location 'https://api.gauas.com/v1/license' \
--header 'secret_key: gauasnumberone' \
--header 'Private-Key: gauasnumberone' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data '{
"type": "standard"
}'{}