Authorization: ********************{
"title": "string",
"status": "draft",
"allow_text": true,
"options": [
"string"
]
}curl --location --request PUT 'https://video.zerexa.net/api/admin/referendums/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"status": "draft",
"allow_text": true,
"options": [
"string"
]
}'