Complete implementation of toggle state report outside of edx-platform **Notes:** - See [how-to report on new IDA](https://edx.readthedocs.io/projects/edx-toggles/en/latest/how_to/adding_new_ida_to_toggle_report.html). - Apply to credentials, which was already mocked. - Replace [credentials mock toggle state endpoint](https://github.com/edx/credentials/blob/fe2dade307c360f6d42b9449e8bb7ee449464e30/credentials/views.py#L21) with a real endpoint. - Update the rest of the config according to the how-to. - Update the how-to to provide a simpler example than edx-platform (which overrides the report). - Once ready, make this default behavior in `cookiecutter-django-ida` in https://github.com/edx/edx-cookiecutters/. - This could be created as a separate cookiecutter ticket once this ticket is complete.