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": ""
  }
}