1👍
You can get the Data using request.data
.
request.POST
is for form data.
https://www.django-rest-framework.org/tutorial/2-requests-and-responses/#request-objects
Source:stackexchange.com
1👍
You can get the Data using request.data
.
request.POST
is for form data.
https://www.django-rest-framework.org/tutorial/2-requests-and-responses/#request-objects