you need to add the content of the request. A POST request to create a user should contain basically the same that a GET request for a user returns (one of the user instances of the list from your current request), obviously changing the fields to those you need.
Hi Ahsan,
you need to add the content of the request. A POST request to create a user should contain basically the same that a GET request for a user returns (one of the user instances of the list from your current request), obviously changing the fields to those you need.