curl --location --request GET 'https://api.storyous.com/features/feature/adaptee' \
--header 'If-None-Match: "your string"' \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"enabled": true,
"merchantId": "63e61440666283ca261fe39c",
"placeId": "63e61440666283ca261fe39d",
"settings": null,
"target": "place"
}
]
}