curl --location 'http://localhost:3000/api/v1/personality-assessments/results/'{
"message": "string",
"data": {
"id": 0,
"score": 0,
"percentage": 0,
"createdAt": "string",
"updatedAt": "string",
"category": {
"id": 0,
"name": "string",
"description": "string"
},
"user": {
"id": 0,
"email": "string",
"userId": "string"
}
}
}