{
"title":"小米",
"description":"便宜大甩卖",
"category":"手机",
"anotherUrl":"htts://cuza.fun/123",
"sellerId":1,
"productStatus":"在售",
"latest":null
}curl --location --request GET '127.0.0.1:8400/user/product/getByOptions?title=1&description=%E4%BE%BF%E5%AE%9C%E5%A4%A7%E7%94%A9%E5%8D%96&category=%E6%89%8B%E6%9C%BA&anotherUrl=htts%3A%2F%2Fcuza.fun%2F123&sellerId=1&productStatus=%E5%9C%A8%E5%94%AE&latest=1' \
--header 'satoken: ' \
--header 'Content-Type: application/json' \
--data '{
"title":"小米",
"description":"便宜大甩卖",
"category":"手机",
"anotherUrl":"htts://cuza.fun/123",
"sellerId":1,
"productStatus":"在售",
"latest":null
}'{
"code": 200,
"msg": "string",
"data": "string"
}