Create company (admin)
Last updated
Last updated
POST /api/company HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"company_name": "Green earth blockchain"
}{
"error": {
"code": "040",
"message": "Company not found"
},
"data": {
"company": {
"company_constants": {
"geis": 0.05
},
"_id": "63c14ed824966f19e853e478",
"company_name": "Green earth blockchain"
}
}
}