curl --location --request POST '/employee/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "string",
"guid": "string",
"role_id": "string",
"password": "stri",
"employee_address": "string",
"workplace_id": "string",
"telegram_id": "string",
"phone_number": "string",
"notes": "string",
"email": "user@example.com"
}'