update
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Create Company Admin
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/v1/companies/admin/create
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "",
|
||||
"email": "",
|
||||
"phone_number": "",
|
||||
"address": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user