Hi,
I created an auto generated swift client with swagger-codegen, and successfully imported into my xcode project. However, it seems that there's no logic for sending custom headers unlike other sdks.
Seems Ok with Python and Ruby SDK to call server with valid custom headers, but only swift SDK seems missing to sending headers.
Does passing custom headers with auto generated swift client is possible?
Best,
Inseok