update
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
meta {
|
||||
name: Initiate company registration
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/v1/register/initiate
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "",
|
||||
"password": "",
|
||||
"name": "",
|
||||
"address": "",
|
||||
"phone_number": "",
|
||||
"vat_number": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user