23 lines
292 B
Plaintext
23 lines
292 B
Plaintext
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": ""
|
|
}
|
|
}
|