Files
full/module/base/mgt/test/app_create.http

11 lines
206 B
HTTP

POST http://rest.apinb.com/mgt/app/create
Content-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"title": "",
"workspace": "test_app",
"description": ""
}