curl --location --request POST 'http://localhost:8080/community/comments' \ --header 'Authorization: {{token}}' \ --data-urlencode 'postId=1' \ --data-urlencode 'userId=1' \ --data-urlencode 'content=可以'
{}