I get the following error when testing documentation on locations API?

I am trying to create a location using the code on the doc page here: https://developer.squareup.com/docs/locations-api#createalocation

I copy it exactly, put in my token, post it to the sandbox environment: ‘https://connect.squareupsandbox.com/v2/locations

And I get the following error:

{“errors”: [{“code”: “BAD_REQUEST”,“detail”: “is invalid”,“field”: “address: administrative_district_level_1”,“category”: “INVALID_REQUEST_ERROR”},{“code”: “BAD_REQUEST”,“detail”: “is invalid”,“field”: “address: postal_code”,“category”: “INVALID_REQUEST_ERROR”}]}

when i remove those two fields, i get:

{“errors”: [{“code”: “BAD_REQUEST”,“detail”: “Must supply a value for: address.administrative_district_level_1, address.postal_code”,“category”: “INVALID_REQUEST_ERROR”}]}

This is fun, that the tutorial code does not work.

What postal code are you passing? Could you share your application id and I can take a look our logs?