curl --request POST \
--url https://app.tagadapay.com/api/public/v1/plugins/v2/features \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"storeId": "<string>",
"publicOnly": true,
"privateOnly": true
}
'