curl --location --request POST '/api/sys-users?license_key=833de044-7817-bc74-bade-ca8a8f2249fb' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "derrick@wispgate.us",
"name": "Derrick Njonge",
"phone": "23456789",
"salutation": "Mr.",
"position_id": null,
"pay_plan_id": null,
"organization_id": null,
"reseller_type": null,
"payroll_checkmark": false,
"gender": "male",
"address": null,
"staffId": "EMP-26037TYTD",
"password": "?oubOj9j",
"enable_ssh_access": 0,
"ssh_username": null,
"ssh_password": null
}'