employees:readcurl --location --globoff 'https://dev.api.fieldedge.com/open-api/v1/employees?offset=&limit=&filter[active]=&filter[role]=&sort='{
"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
}
]
}