Authorization: Bearer ********************curl --location 'https://dev-api-desk.tks.co.th/api/Users/GetUserByCompany' \
--header 'Authorization: Bearer <token>'{
"status": {
"code": "string",
"description": "string",
"httpStatusCode": 0
},
"data": [
{
"id": 0,
"text": "string",
"subText": "string",
"pictureSrc": "string",
"type": "string",
"parentId": 0,
"parentText": "string",
"children": [
{}
]
}
],
"success": true,
"pagination": {
"page": 0,
"pageSize": 0,
"totalItems": 0,
"totalPages": 0
}
}