Validates postal codes using get_postal_code_rules, which pulls
from google-i18n-address library.

Returns status_code 400 if postal_code is incorrectly formatted.

:param request: object representing an HTTP request.
:return: { `is_valid`: Boolean }

GET /en-sg/api/service/validate-postal-code/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    "This is not a valid postal code for SG."
]