curl --location 'http://localhost:3000/api/v1/question/question-types'[
{
"id": 1,
"name": "multiple answers",
"description": null,
"createdAt": "2025-02-03T21:19:12.429Z",
"updatedAt": "2025-02-03T21:19:12.429Z"
},
{
"id": 2,
"name": "single answer",
"description": null,
"createdAt": "2025-02-03T21:19:12.438Z",
"updatedAt": "2025-02-03T21:19:12.438Z"
}
]