I am trying to make a REST Api in Django by outputting Json. I am having problems if i make a POST request using curl in terminal. The error i get is
FOR GET ==>http://127.0.0.1:8000/create?name=wpwqekhqw/
For POST ==> http://127.0.0.1:8000/create/?name=wpwqekhqw/
You should add '/' after create in POST ... request