Create a unit test here: https://github.com/curedao/curedao-sdk-python/blob/main/test/test_measurement.py - [ ] Go to the [CureDAO API Docs](https://curedao.readme.io/reference) - [ ] Select `python` in the language selector. - [ ] Add the Authentication Bearer access token `demo` - [ ] [Get the `Overall Mood` variable](https://curedao.readme.io/reference/getvariables) and check the name matches - [ ] [Record a new measurement](https://curedao.readme.io/reference/postmeasurements) with a random value between 1 and 100 with the `%` unit and make sure you get a 201 response - [ ] [Get the new measurement](https://curedao.readme.io/reference/getmeasurements) and make sure the variable name and value - [ ] Verify that you can [get units](https://curedao.readme.io/reference/getunits) - [ ] Verify that you can [get variable categories](https://curedao.readme.io/reference/getvariablecategories)