curl --location --request POST 'https://app-prod.watchdogsecurity.io/api/msp/employees/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "",
"last_name": "",
"email": "",
"app_role": 1,
"msp_node": 1
}'{
"id": 108,
"uid": "ad90ed9f-1789-4735-8132-446126cc74cb",
"first_name": "admin",
"last_name": "user",
"email": "admins@acmecorp.com",
"msp_node": 69,
"msp_node_name": "Acme Corp",
"msp_node_uid": "d439d359-62fc-44ba-87f1-c54ed0f3559d",
"app_role": 134,
"app_role_name": "Acme Corp Administrator",
"status": "Invited"
}