curl --location --request POST 'https: //api.veniocrm.com/dev/v1/Employees/Enquiry' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Authorization: Bearer <Your access_token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeType": 0,
"teamId": "string",
"status": "string",
"keyWord": "string",
"orderBy": 0,
"skip": 0,
"pagelength": 0,
"type": 0
}'
{
"data": {
"value": [
{
"userId": "string",
"fullname": "string",
"staffCode": "string",
"role": "string",
"teamName": "string",
"dateCreated": "2021-09-17T08:29:31.613Z",
"uniqueName": "string",
"pictureUrl": "string"
}
],
"formatters": [],
"statusCode": 200
},
"statusCode": 1000,
"httpStatusCode": 200
}