Authorization: Bearer ********************
curl --location --request GET 'https://api.klever.tec.br/api/external_resource/power_attorney/list'
[
{
"authorizationTrace": {
"cep": "string",
"city": "string",
"countryName": "string",
"device": "string",
"ip": "string",
"latitude": 0,
"longitude": 0,
"navigator": "string"
},
"cancelledReason": "string",
"consultScr": true,
"cpf": "string",
"email": "string",
"expired": "2019-08-24",
"hasPower": true,
"hasRepresentativePower": true,
"id": 0,
"name": "string",
"state": "PROGRESS",
"token": "string",
"type": "SCR"
}
]