post https://api{user_id}.monalabs.io/validate_config_per_context_class
When uploading a configuration to Mona, the config file goes through a validation process that checks if the config is written in the correct syntax, has no fields in verses that are not defined in the fields, and more.
With Mona's API, users can validate a specific context class instead of the entire configuration.
Users can leverage this endpoint to validate a context class in their config without uploading it to the dashboard.