I'm new in Postman testing Api procedure and have a question how to send Api request in curl Windows. I was looking through stack and tried to do as described but it doesn't work for me. So here is my request
- curl https://suggestions...../api/4_1/rs/suggest/fio ^
- –data-raw "{"query": "A","count": 3}" ^
- H "Content-Type: application/json" ^
- -H "Accept: application/json" ^
- -H "Authorization: Token 8997978" ^ -X POST
The question is how to send post request with json from Curl in Windows. Not from File.