I am trying to create a FormRequest that can send content-type:application/json.
Here is what I try:
yield FormRequest(\"abc.someurl.com\", formdata=
You could just use the below snippet for getting response:
res =requests.post(url, json=data) print(res.text)