When creating a custom connector for power automate in your apiDefinition.swagger.json you have to specify your host. Is there also a way to use muliple hosts here what i want to achive is that user based on there login method(with multi auth) change to an acception version of the api to test thier own flow.
"host": "Https://WEBSITE.COM",
"schemes": [
"https"
],