Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/scenario-assessments/results/user/' \
--header 'Authorization: Bearer <token>'{
"message": "Results retrieved successfully.",
"data": [
{
"id": 5,
"score": 1,
"percentage": "100.00",
"createdAt": "2025-01-23T13:56:59.654Z",
"updatedAt": "2025-01-23T13:56:59.654Z"
}
]
}