Authorization: ********************
curl --location --request POST '/answer/changeAnswer' \ --header 'Authorization;' \ --data-urlencode 'id=432' \ --data-urlencode 'question=Who did Kris serve as a correspondent ?' \ --data-urlencode 'answer=Kristin Adams'
{ "msg": "修改成功" }