curl --location 'https://api.gauas.com/v1/license/verify' \
--header 'secret_key: gauasnumberone' \
--header 'Private-Key: gauasnumberone' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data '{
"signature": "WP/pazcgYbnwCwd2WMNCtTtoRs4rwJOugdEIxXUWuf2Eg4miNmTE7OGWw76SyN5fcvu5jHn4Huk5EgCjd3X7Bg==",
"app_id": "com.example.myapp",
"device_id": "device-uuid-or-fingerprint"
}'{}