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

23 lines
276 B
Plaintext

meta {
name: Create Item
type: http
seq: 2
}
post {
url: {{baseUrl}}/api/v1/course/
body: json
auth: none
}
body:json {
{
"title": "",
"sort_description": "",
"long_description": "",
"information": "",
"contant": "",
"remark": ""
}
}