Creates a company with the details specified in the request body
OK - Company has been created successfully
Bad Request - Company name is missing from the request
{- "name": "Company name",
- "description": "Company description",
- "contact": "company@email.com",
- "account_manager": "Joe Blow"
}