Copy as cURL Bug when auth use API-Key with Append Query Parameter

Bug
This should use finalUrl instead of request.url, Otherwise, the following result will be produced when the params is not empty.
http://someurl.com/path?param=123?token=xxx
Another issue is that it doesn't handle cases where the key name in auth(with Append Query Parameter) has the same name in request.urlParameters. This may lead to the following situation
http://someurl.com/path?token=123&token=xxx
v2025.8.1
https://github.com/mountain-loop/yaak/commit/dc0c1deceee9af83cbb438a7dc6d1b2fa689e763
I think this feature should be refactored to handle Headers similarly, allowing users to set common url params in their workspace and folder settings, and then merging them with the params for each request.
Can you make a separate feedback for this with more detail? I’m not exactly sure what you mean.
https://yaak.app/blog/2025.9.0-beta.1
https://yaak.app/blog/2025.8.0#202582