Authorization: Bearer ********************
{
"base64A1": "string",
"callbackUrl": "string",
"cnpj": "string",
"password": "string",
"scrConsent": true
}
curl --location --request POST 'https://api.klever.tec.br/api/external_resource/credit_analysis/certificate' \
--header 'Content-Type: application/json' \
--data-raw '{
"base64A1": "string",
"callbackUrl": "string",
"cnpj": "string",
"password": "string",
"scrConsent": true
}'
{}