curl --request PUT \
--url https://api.getversive.com/api/v1/questions/{question_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "Updated content?",
"type": "text",
"interviewer_notes": "Ask specifically about..."
}
'