Authorization: Bearer ********************
{
"key": {}
}
curl --location --request POST 'http://10.12.186.133:30924/transpond/mpks/api/feedback/dissatisfy/add' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": {}
}'
{
"code": 0,
"msg": "",
"data": {},
"ok": false
}