Simulate a specific CURL in PostMan

I am using Postman to test some Curl requests to an API server. The API developers gave us the curl command, but I can’t send it from the Postman. How to make such a request from the Postman? curl -X POST “https://api-server.com/API/index.php/member/signin” -d “{“description”:””,”phone”:””,”lastname”:””,”app_version”:”2.6.2″,”firstname”:””,”password”:”my_pass”,”city”:””,”apikey”:”213″,”lang”:”fr”,”platform”:”1″,”email”:”[email protected]”,”pseudo”:”example”}” –0xKhTmLbOuNdArY Content-Disposition: form-data; name=”userfile”; filename=”profil.jpg” Content-Type: image/jpeg Content-Transfer-Encoding: binary <ffd8ffe0 00104a46 … Read more

curl: (60) SSL certificate problem: unable to get local issuer certificate

root@sclrdev:/home/sclr/certs/FreshCerts# curl –ftp-ssl –verbose ftp://{abc}/ -u trup:trup –cacert /etc/ssl/certs/ca-certificates.crt * About to connect() to {abc} port 21 (#0) * Trying {abc}… * Connected to {abc} ({abc}) port 21 (#0) < 220-Cerberus FTP Server – Home Edition < 220-This is the UNLICENSED Home Edition and may be used for home, personal use only < 220-Welcome to … Read more