How can I query an API whose parameter contains a space?

I have a specification with id 139 but its value is a string „Mazda Coacalco", I use the following endpoint to filter by fields:

{{baseUrl}}/api/catalog_system/pub/products/search?fq=specificationFilter_139:Mazda Coacalco&O=OrderByReleaseDateDESC

What can I do to be able to search by that specification, including the whitespace?

Opa,

Dá uma olhada em “URL Encoding” e procure a função na linguagem de programação que estiver usando.
Exemplo: