I am trying to import a cURL command that work in command prompt into POSTMAN
curl —cert-type p12 —v k -E "file.pem":"1111" --key "file.key" -v "https://blah" -H "Authorization: Bearer blahblahblah" -H "request-id: 123456" -H "someid: 999"
But i am getting weird message and not sure how to fix it
Error while importing Curl: Only the URL can be provided without an option preceding it. All other inputs must be specified via options.
Does anyone know how to make this import to work?
