Unable to Create customer

I have a connected account with the Square Token. But I am unable to create a customer as it returns

{
  "errors": [
    {
      "category": "AUTHENTICATION_ERROR",
      "code": "UNAUTHORIZED",
      "detail": "This request could not be authorized."
    }
  ]
}

This is my auth scope ```ERS_WRITE+DEVICE_CREDENTIAL_MANAGEMENT+MERCHANT_PROFILE_READ+ORDERS_WRITE+ORDERS_READ+PAYMENTS_WRITE+CUSTOMERS_READ+SUBSCRIPTIONS_WRITE+INVOICES_WRITE+ITEMS_READ+ITEMS_WRITE&state=82201dd8d83d23cc8a48caf52b`

You’ll need to add CUSTOMERS_WRITE to the permissions scope to create customers on behalf of another Square account. :slightly_smiling_face: