curl --location --request PUT '/api/v1/companies//campaigns//questions' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"reprocess_leads": true,
"questions": [
{
"id": 0,
"options": [
{
"id": 0,
"label": "string",
"score": 0,
"question_type": "string"
}
]
}
]
}'{
"success": [
{
"id": 0,
"label": "string",
"humanized_label": "string",
"external_id": "string",
"open_question": true,
"is_configured": true,
"form": {},
"question_options": [
"string"
]
}
],
"errors": [
"string"
]
}