How would i make this curl command work with curlrequest? ``` curl -X POST -i -F file=@test.json -u user:password https://url.com/upload ``` I read https://github.com/node-js-libs/curlrequest/issues/20 but i can't see how to add user and password.