{
  "types": [
    "Person"
  ],
  "fields": [
    "creative"
  ],
  "data": [
    {
      "creative": {
        "firstName": "Leonor",
        "lastName": "Lion",
        "photoUrl": "/creatives/Leonor.jpg",
        "state": 1,
        "email": "LL@ll.com",
        "phone_number": "123-456-7890"
      }
    },
    {
      "creative": {
        "firstName": "Bianca",
        "lastName": "White",
        "photoUrl": "/creatives/Bianca.jpg",
        "state": 2,
        "email": "BW@bw.com",
        "phone_number": "098-765-4321"
      }
    }
  ]
}