i am using django rest framework to make POST request , this is the view :
@api_view([\'GET\', \'POST\', \'DELETE\']) @csrf_exempt def tutorial_list(request):