@jphillips I've tested this code below, hope it helps. I offer it with
no warranties or guarantees. I created a struct that uses the Decodable
protocol so Swift can parse the auth token with JSONDecoder: struct
Auth: Decodable { let token: String let...
If I were creating this package, I'd assume I fat fingered the path,
after that I'd enclose it in quotes and/or make sure to escape any
special characters that may be in it. Hope this helps! James