curl --request PUT \
--url https://revive-api-v2-production.herokuapp.com/v1/app-config/feature-flags/{app} \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'curl --request PUT \
--url https://revive-api-v2-production.herokuapp.com/v1/app-config/feature-flags/{app} \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'