Some paths are for example: ``` "courses/<int:pk>/questions/" ``` While it should be: ``` "/questions/" ``` with the course in the request body.
Some paths are for example:
While it should be:
with the course in the request body.