{
"id": 0
}curl --location --request POST '/api/goods/detail' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'{
"id": 0,
"name": "string",
"price": "string",
"origin_price": "string",
"buy_url": "string",
"image": "string",
"created_at": "string",
"updated_at": "string"
}