in reply to OpenAPI generator issue
If I'm reading that code right, the keys of your arguments hash should be in uppercase, ie:
my %h = (USERNAME => 'TEST_USER', PASSWORD => 'dsds'); [download]
See if that works for you?
🦛