{
"userId": 0,
"platformShopId": 0,
"platformSiteId": 0,
"name": "string",
"remark": "string"
}curl --location 'https://console.nezhachuhai.com/v1/api/customer-service/customer-service-shop' \
--header 'Authorization: Bearer 1_1' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"platformShopId": 0,
"platformSiteId": 0,
"name": "string",
"remark": "string"
}'{
"code": 0,
"msg": "success",
"data": "返回数据"
}