Authorization: Bearer ********************{
"cpf": "string",
"document": "string",
"email": "string",
"name": "string"
}curl --location --request POST 'https://api.klever.tec.br/api/external_resource/power_attorney' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpf": "string",
"document": "string",
"email": "string",
"name": "string"
}'{
"message": "string"
}