curl --location 'http://localhost:3000/api/v1/culture-fit-assessments/score'{
"message": "Assessment score retrieved successfully",
"data": {
"id": 1,
"categoryId": 1,
"userId": 1,
"score": 15,
"percentage": 75.00,
"createdAt": "2023-04-12T12:34:56.789Z",
"updatedAt": "2023-04-12T12:34:56.789Z",
"category": {
"id": 1,
"name": "Adhocracy",
"description": "A flexible, adaptable organizational style focused on innovation and agility."
},
"user": {
"id": 1,
"email": "johndoe@example.com",
"userId": "abc123"
}
}
}