postman发送Post请求


一:在按钮中切换为post请求,并且把请求的URL填写好

二:Header中手动输入:
Content-Type与application/json

三:切换到Body选项中,点击raw,然后添加你要传递的key与value

{ "name":"aaa", "age":123 }
文章引用:https://blog.csdn.net/weixin_35757704/article/details/123396692