Postman Error Msg - create customer

New to postman and Square. Wondering what this error msg is indicating?

POST https://v2/customers: {
“Error”: “getaddrinfo ENOENT v2”,
“Request Headers”: {
“authorization”: "Bearer ",
“content-type”: “application/json”,
“user-agent”: “PostmanRuntime/7.28.4”,
“accept”: “/”,
“postman-token”: “b6dbd770-19a6-4f0b-9942-5f5a7b3a8162”,
“host”: “v2”,
“accept-encoding”: “gzip, deflate, br”,
“connection”: “keep-alive”
},
“Request Body”: “{\n “idempotency_key”: “c9ffc844-a305-4771-960a-ca507180f18a”,\n “given_name”: “Amelia”,\n “family_name”: “Earhart”,\n “company_name”: “Square”,\n “nickname”: “Yeo”, \n “email_address”: “[email protected]”,\n “address”: {\n “address_line_1”: “500 Electric Ave”,\n “address_line_2”: “Suite 600”,\n “locality”: “New York”,\n “administrative_district_level_1”: “NY”,\n “postal_code”: “10003”,\n “country”: “US”\n },\n “phone_number”: “1-212-555-4240”,\n “reference_id”: “YOUR_REFERENCE_ID”,\n “note”: “a customer”,\n “birthday”: “2008-03-05T00:00:00-00:00”\n}”
}

:wave: In the future please redact the access token as they are secrete. I removed the one from this post and please generate a new token.

As for the error, the POST URL should be https://connect.sqaureupsandbox.com/v2/customers :slightly_smiling_face: