Laravel.io
[
  {
    "id": 11,
    "survey_id": 6,
    "question": "Текст вопроса",
    "type": "string",
    "order": 50,
    "status": true,
    "answers": {
      "size": {
        "height": 1,
        "weight": 1
      },
      "colors": [
        "black",
        "white",
        "gold"
      ]
    }
  },
  {
    "id": 12,
    "survey_id": 6,
    "question": "Текст вопроса 2",
    "type": "radio",
    "order": 50,
    "status": true,
    "answers": {
      "size": {
        "height": 1,
        "weight": 1
      },
      "colors": [
        "black",
        "white",
        "gold"
      ]
    }
  }
]

Please note that all pasted data is publicly available.