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": "" } }