## Create APIs to get / post data i.e. current score and update score on successful attempt Use Django Rest Framework. ## Tasks to Do: - Define the JSON structure of the data. - Create GET / POST routes. - Provide a Postman collection to test the APIs.
Create APIs to get / post data i.e. current score and update score on successful attempt
Use Django Rest Framework.
Tasks to Do: