Postal Code Matchers
Provides a `GET` endpoint to return postal code matchers
as well as examples by parsing localization from a session.
GET /api/locations/countries/postal-code-matchers
{
"examples": "6001, 6015, 6332, 8252, 1030",
"matchers": [
"^(^\\d{4}$)$"
]
}