Authorization: Bearer ********************{
"data": {
"question": {
"id": "string",
"text": "string",
"type": 0,
"answers": [
{
"id": "string",
"text": "string",
"comment": null,
"order": null,
"isRight": null
}
]
}
},
"meta": {
"limit": 0,
"offset": 0,
"total": 0
}
}