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": {
"externalToken": "du4Z4etybb0cJhYwFuLig5UWTsjKJRhtqfkpXC0dCQqyyLcBifoTs6rGz3iwvmBM"
},
"target": "place"
}
]
}