{
"userIds": [
0
],
"greetingStatus": 1
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/userExtend/greetingAudit' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
0
],
"greetingStatus": 1
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}