{
"goods_id": 1,
"goods_type_id": 1
}curl --location --request POST 'https://web.richen8.cn/api/v1/exchange-goods/exchange' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods_id": 1,
"goods_type_id": 1
}'{
"code": 200,
"message": "success",
"data": {
"exchange_id": 1001,
"goods_name": "1元优惠券",
"exchange_time": "2025-04-08 00:30:00",
"cost_amount": 100,
"remain_balance": 4900,
"delivery_status": 0,
"tracking_number": "",
"receiver_info": "优惠券已发放至您的账户"
}
}