API should have various environments, and data should be separate.
`dev, staging, production`. We run into issues where our apps have to ignore certain JSON structs because we lack the abiliy to roll out backend features.
We are also forced to test dangerous features such as Push messaging with production setting...