Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/level-one-questionaire/responses/user/' \
--header 'Authorization: Bearer <token>'{
"message": "User questionnaire report retrieved successfully",
"data": {
"id": 4,
"email": "talent2@worknation.com",
"country": "Nigeria",
"answers": [
{
"id": 22,
"content": "This is my answer to question 4",
"questionId": 1,
"createdAt": "2025-03-05T08:36:39.830Z",
"updatedAt": "2025-03-05T08:36:39.830Z"
},
{
"id": 23,
"content": "This is my answer to question 3",
"questionId": 2,
"createdAt": "2025-03-05T08:36:39.830Z",
"updatedAt": "2025-03-05T08:36:39.830Z"
},
{
"id": 24,
"content": "This is my answer to question 2",
"questionId": 3,
"createdAt": "2025-03-05T08:36:39.830Z",
"updatedAt": "2025-03-05T08:36:39.830Z"
}
]
}
}