Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/level-one-questionaire/questions/1' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"data": {
"id": 0,
"content": "string",
"createdAt": "string",
"deletedAt": null
}
}