curl --location --request POST 'https://fast-soy-admin.sleep0.de/api/v1/business/hr/team/employees' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"phone": "string",
"position": "string",
"avatar": "string",
"status": "pending",
"userName": "string",
"userGender": "string",
"departmentId": 0,
"tagIds": [
0
]
}'null