active if hire_date provided is in past. Otherwise status will be set to onboarding. This endpoint will respond with id of created employee in case of success.curl --location 'https://api.personio.de/v1/company/employees' \
--data-urlencode 'employee%5Bemail%5D=' \
--data-urlencode 'employee%5Bfirst_name%5D=' \
--data-urlencode 'employee%5Blast_name%5D='{
"data": {
"id": 81723,
"message": "success"
},
"success": true
}