Authorization: Bearer ********************{
"content": "Question text"
}curl --location 'http://localhost:3000/api/v1/level-one-questionaire/questions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "Question text"
}'{
"message": "Question saved successfully",
"data": {
"id": 5,
"content": "questions text",
"createdAt": "2025-03-05T08:57:41.443Z",
"deletedAt": null
}
}