-
I’m trying to make a request to payment processing page. This requires authorization, which takes place through a set of …
- 389 views
- 2 answers
- 0 votes
-
The below command is working perfect in command line. curl -X POST "http://xxx.xx.xx.xx:xxxx/api/upload?id=123456" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F …
- 384 views
- 1 answers
- 0 votes