{
"productId": "string",
"status": 0
}
curl --location --request POST 'http://leju.bufan.cloud/lejuAdmin/product/switchPublishStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "string",
"status": 0
}'
{
"code": 0,
"data": {},
"message": "string",
"success": false
}