{
"reasonList": [
{
"chapterId": 0,
"rate": 0,
"feeling": 0,
"feedback": "string",
"type": 1
}
]
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v1/feedback/exit-reason' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"reasonList": [
{
"chapterId": 0,
"rate": 0,
"feeling": 0,
"feedback": "string",
"type": 1
}
]
}'
{
"code": "",
"data": false,
"msg": "",
"total": 0
}