curl --location --request PUT 'https: //api.veniocrm.com/dev/v1/Employees' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Authorization: Bearer <Your access_token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"staffCode": "string",
"email": "string",
"firstname": "string",
"lastname": "string",
"nickname": "string",
"phoneNumber": "string",
"roleName": "string",
"teamName": "string",
"headCode": "string",
"isActive": true
}'