15 lines
256 B
HTTP

# @name create
POST {{host}}/asset
Authorization: Bearer {{token}}
Content-Type: application/json
{
"Name": "Mike 1001",
"Category": "Person",
"SubCategory": "Male"
}
### get based on location header
GET {{create.response.headers.Location}}