{
"trade_id": 0
}
curl --location --request POST 'http://localhost:8000/trade/cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"trade_id": 0
}'
{
"trade_id": 0,
"buyer": {
"user_id": 0,
"campus_id": "string",
"username": "string",
"description": "string",
"created_time": 0
},
"item": {
"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"
]
},
"created_time": 0,
"accepted_time": 0,
"confirmed_time": 0,
"completed_time": 0,
"state": "pending",
"cancel_reason": "seller_rejected"
}