backend_and_cms/One & All/items/Create Item.bru

19 lines
182 B
Plaintext

meta {
name: Create Item
type: http
seq: 2
}
post {
url: {{baseUrl}}/api/v1/items/
body: json
auth: none
}
body:json {
{
"title": "",
"description": ""
}
}