curl --location --globoff 'https://dev.api.fieldedge.com/open-api/v1/employees?offset=undefined&limit=undefined&filter[active]=undefined&filter[role]=undefined'{
"total": 2,
"limit": 20,
"offset": 0,
"data": [
{
"id": "FE-EMP-100",
"name": "John Smith",
"email": "john.smith@company.com",
"role": "TECHNICIAN",
"active": true
},
{
"id": "FE-EMP-101",
"name": "Jane Doe",
"email": "jane.doe@company.com",
"role": "ADMINISTRATOR",
"active": true
}
]
}