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