curl --location --request GET 'https://app-prod.watchdogsecurity.io/api/msp/employees/' \
--header 'Authorization: Bearer <token>'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 106,
"uid": "1e1283f9-3551-4ef6-83ef-234199a75c9b",
"first_name": "Admin",
"last_name": "User",
"email": "admin@acmecorp.com",
"msp_node": 69,
"msp_node_name": "Acme Corp",
"msp_node_uid": "d439d359-62fc-44ba-87f1-c54ed0f3559d",
"app_role": 1,
"app_role_name": "MSP Owner",
"status": "Current"
}
]
}