{
"goods_id": "string",
"key": "string",
"sort": "string"
}
curl --location --request POST 'https://api.chasing.comdownload_bing/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods_id": "string",
"key": "string",
"sort": "string"
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": "2"
}
}