curl --location '/api/v1/companies//questions' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"question": {
"label": "string",
"question_type": "select",
"priority": 0,
"question_options": [
"string"
]
}
}'{
"questions": [
{
"id": 0,
"label": "string",
"external_id": "string",
"humanized_label": "string",
"creation_source": "string",
"question_type": "string",
"priority": 0,
"key": "string",
"can_edit_question": true,
"humanized_question_type": "string",
"question_options": [
{
"id": 0,
"humanized_label": "string"
}
]
}
]
}