curl --location --request GET '/api/v1/companies//campaigns//questions/' \
--header 'Authorization;'{
"question": {
"id": 0,
"label": "string",
"humanized_label": "string",
"external_id": "string",
"open_question": true,
"is_configured": true,
"form": {
"id": 0,
"name": "string",
"external_id": "string",
"ad": {
"id": 0,
"name": "string",
"external_id": "string"
}
},
"question_options": [
{
"id": 0,
"label": "string",
"score": 0,
"question_type": "string"
}
]
}
}