Authorization: Bearer ********************curl --location --request POST '/ma/customer/bulletinBoard' \
--header 'Authorization: Bearer <token>'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"appVersion": "3.0.0",
"popNotice": true
},
"ok": true
}