curl --location --request GET 'http://localhost:8000/item/detailed?item_id'
{
"item_id": 0,
"name": "string",
"description": "string",
"created_time": 0,
"price": 0,
"state": "hide",
"tags": [
{
"tag_id": 0,
"tag_type": "string",
"name": "string"
}
],
"tag_name_list": [
"string"
],
"seller": {
"user_id": 0,
"campus_id": "string",
"username": "string",
"description": "string",
"created_time": 0
}
}