{
"id": 0,
"productId": "string",
"type": "string",
"endTime": "string",
"imageUrl": "string",
"title": "string",
"amount": "string",
"arrivalPrice": "string",
"createTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://api.itbug.shop/api/user/favorites/save' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJleHAiOjE2OTU0MzcyMjR9.kbmW-3ddds9YwdKzKMieQOUQmjQdMZYE27N724f16Xk' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"productId": "string",
"type": "string",
"endTime": "string",
"imageUrl": "string",
"title": "string",
"amount": "string",
"arrivalPrice": "string",
"createTime": "2019-08-24T14:15:22Z"
}'
{
"state": 0,
"message": "string",
"data": {},
"type": "Toast",
"redirectUrl": "/error?message=token失效&reDirectTo=/orderList",
"success": true
}