Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/kpi-service/instructors' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"statusCode": 0,
"data": {
"items": [
{
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "string",
"center": "string",
"isActive": true,
"state": "string",
"phoneNumber": "string",
"role": "string",
"createdAt": "string"
}
],
"meta": {
"totalItems": 0,
"itemCount": 0,
"itemsPerPage": 0,
"totalPages": 0,
"currentPage": 0
},
"links": {
"first": "string",
"previous": null,
"next": "string",
"last": "string"
}
}
}