Authorization: ********************curl --location --request GET 'https://prod.your-api-server.com/api/ModeloEmail?Query&LojaId&PageNumber&PageSize' \
--header 'Authorization: <api-key>'{
"summary": null,
"totalItems": 0,
"pageNumber": 0,
"pageSize": 0,
"ids": [
0
],
"list": [
{
"ativo": true,
"nome": "string",
"assunto": "string",
"corpo": "string",
"id": 0,
"excluido": true,
"dataInclusao": "2019-08-24T14:15:22.123Z",
"dataAlteracao": "2019-08-24T14:15:22.123Z",
"dataExclusao": "2019-08-24T14:15:22.123Z"
}
],
"totalPages": 0,
"hasPreviousPage": true,
"hasNextPage": true,
"nextPageNumber": 0,
"previousPageNumber": 0
}