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

11 lines
206 B
Plaintext
Raw Permalink Normal View History

POST http://rest.apinb.com/mgt/app/create
Content-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"title": "测试应用",
"workspace": "test_app",
"description": "这是一个测试应用"
}