+++
[headers]
access-control-allow-origin = "http://localhost:9876"
access-control-allow-headers = "Authorization"
access-control-allow-methods = "GET, PATCH, DELETE"
+++

```json
[
  {
    "uid": "test",
    "created": 1516380671346,
    "Extensions": [
      {
        "key": "name",
        "value": "test"
      },
      {
        "key": "picture",
        "value": "https://example.com/img.jpg"
      },
      {
        "key": "bio",
        "value": "test\ntest\ntest"
      },
      {
        "key": "notifications_opt_email",
        "value": true
      },
      {
        "key": "notifications_opt_email_service_information",
        "value": true
      },
      {
        "key": "email",
        "value": "user@example.com"
      }
    ]
  }
]
```
