Authorization: Bearer ********************
{
"cnpj": "string",
"expired": "2019-08-24"
}
curl --location --request POST 'https://api.klever.tec.br/api/external_resource/power_attorney/owner' \
--header 'Content-Type: application/json' \
--data-raw '{
"cnpj": "string",
"expired": "2019-08-24"
}'
{
"message": "string"
}