我正在使用JSONAPI规范http://jsonapi.org/format/#status
我有以下数据,
{
"data":
{
"type": "tag",
"id": "1",
"attributes": {
"name": "Test"
}
}
}
Run Code Online (Sandbox Code Playgroud)
如何使用postman chrome扩展程序向终点发送帖子请求?
我正打算打电话,但我无法得到参数.
OBS.我已将Content-Type设置为application/vnd.api+json
谢谢 !
