I am using Continuation to make API calls from lightning component. And noticed that if endpoint contains Curly braces, callback method is not getting called and we get "Communication error, please retry or reload the page" error on lightning component. Is this a defect? Any workaround? Example for endpoint: http://abc.com/api/v2/{7c2b1ab5-40805b81c898}/documents
Thanks