Empty Response Body from API

The API suddenly started to return empty response body with 200 status code for some routes.

Hi,

Anything new on this topic ? I’m facing the same problem when trying to search for a specific user by its email with : https://api.pipedrive.com/v1/persons/search?term={email}&fields=email&exact_match=true&start=0&api_token={token}

I’m getting the appropriate results when I call the endpoint from postman. However, I’m getting an empty body (exactly like the post above) when using the Pipedrive SDK.