Current API (besides GET) is hard-coded, this is not ideal for many reasons, this should be refactored to use DRF serializers as much as possible. This will change the URL/HTTP scheme for the API endpoints and will need to be reflected in the frontend as well
Current API (besides GET) is hard-coded, this is not ideal for many reasons, this should be refactored to use DRF serializers as much as possible. This will change the URL/HTTP scheme for the API endpoints and will need to be reflected in the frontend as well