How to set "disableOptionalParameters" while importing an OpenApi spec via Postman API?

My question:
I’m using the endpoint https://api.getpostman.com/import/{{importType}} to import an OpenApi specification file and create Postman collections from.
Said endpoint doc => Postman API

How do I use disableOptionalParameters = true ? It’s available while using the Postman app.

Thank you very much