diff --git a/thecaoffice-hr.py b/thecaoffice-hr.py index 27d87af..ec75479 100644 --- a/thecaoffice-hr.py +++ b/thecaoffice-hr.py @@ -38,7 +38,7 @@ # Api for the team add : https://api.thecaoffice.com/team/add Payload = { 'email': 'employee@company.com', - 'name': 'John Smith', + 'name': 'John Smith', # ... Required "idDepartment": 1, 'role': 'Software Engineer', 'phoneNo': '9876543210',