Authorization: Bearer ********************curl --location --request GET '/api/front/reply/config/' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"goodCount": 0,
"inCount": 0,
"poorCount": 0,
"replyChance": "string",
"replyStar": 0,
"sumCount": 0
},
"message": "string"
}