curl --location --request GET '/api/EquipeTecnica?PageNumber&PageSize&query'
{
"summary": null,
"totalItems": 0,
"pageNumber": 0,
"pageSize": 0,
"ids": [
0
],
"list": [
{
"dataCadastro": "2019-08-24T14:15:22Z",
"id": 0,
"nome": "string",
"celular": "string",
"area": "Comercial",
"horariosFuncionamento": [
{
"id": 0,
"diaSemana": "Sunday",
"horaAbertura": "string",
"horaFechamento": "string"
}
],
"latitude": "string",
"longitude": "string"
}
],
"totalPages": 0,
"hasPreviousPage": true,
"hasNextPage": true,
"nextPageNumber": 0,
"previousPageNumber": 0
}