curl --location --request GET 'https://api.checkandplace.com/api/v1/licenses/store/' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>'{
"license": {
"id": "9024ec41-5e62-495b-8e67-4fefdff5b28d",
"source_type": "Store",
"license_used_count": 3,
"license_count": 10,
"date_of_renewal": "2025-12-31"
}
}