Copy as Curl with placeholder in URL

Bug
I have a URL which looks like this ${[ baseUrl ]}/accounts/:businessCustomerId - this was imported from my OAS file

If I use the “Copy as Curl” command on this, it gives me this command
curl -X GET 'https://rest.domain.com/accounts/:businessCustomerId' \
--url-query ':businessCustomerId=754' \
--header 'Accept: application/json' \
--user 'user:pass'The query itself works in Yaak, but the Curl command is invalid.
Oh yes, thanks for the report! I’ll get this fixed
thanks Greg!
Fixed in https://github.com/yaakapp/app/pull/120
https://yaak.app/blog/2024.11.0-beta.1
https://yaak.app/blog/2024.11.0