Error when consulting business with name accent

I’m trying to consult a business looking for the name organization and the title has accents where it doesn’t return, when I look for a company without accents to return perfectly.

Código:

Retorno:
Array ( [success] => 1 [data] => Array ( [items] => Array ( ) ) [additional_data] => Array ( [pagination] => Array ( [start] => 0 [limit] => 100 [more_items_in_collection] => ) ) )

Thanks for sharing the snippet @Juan_Constantino. Can you try encoding the characters before it is sent?

PHP: urlencode - Manual

urlencode($nome_empresa)