curl --location --request GET 'https://api.checkandplace.com/api/v1/extensions/' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>'{
"extensions": [
{
"id": "27e95967-5e12-4a4c-8e4a-b6ba8a7b50b2",
"name": "Sample Extension",
"description": "Extension description",
"logo_url": "https://example.com/logo.png",
"mounthly_price": 99.99,
"yearly_price": 999.99,
"currency": "TRY",
"is_active": true,
"store_extension": {
"store": "Sample Store",
"created_at": "2025-01-01T00:00:00Z",
"expires_at": "2026-01-01T00:00:00Z"
}
}
]
}