status=1
){
"project_uuid": "1820380e-22d0-4f68-97ed-bd49f563100b",
"user_answer": [
2,
1,
4,
3,
2
]
}
curl --location --request POST '/api/answer' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_uuid": "1820380e-22d0-4f68-97ed-bd49f563100b",
"user_answer": [
2,
1,
4,
3,
2
]
}'
{
"correct_answer": [
2,
1,
3,
3,
2
],
"correct_rate": 0.8,
"project_uuid": "1820380e-22d0-4f68-97ed-bd49f563100b",
"total_item_num": 5,
"user_answer": [
2,
1,
4,
3,
2
],
"user_correct_num": 4,
"user_uuid": "2fcfa550-d93b-11ef-a2a9-832c32728689"
}