The problem with your request is that postal_code is not a valid type to pass to the autocomplete endpoint. If you look at putting types for an autocomplete endpoint, you can see that the four allowed types are geocode, creation, (regions) and (cities). The closest thing you can do is get your search to set the type to "types = (regions)".
This will return any result that has one or more of the following types:
- location
- sublocality
- postal_code
- Country
- administrative_area1
- administrative_area2
source share