{
"question_id": 0,
"answer": "string"
}curl --location 'http://localhost:8000/item/question/answer' \
--header 'Content-Type: application/json' \
--data '{
"question_id": 0,
"answer": "string"
}'{
"question_id": 0,
"item_id": 0,
"question": "string",
"created_time": 0,
"answered_time": 0,
"answer": "string",
"public": true
}