Authorization: Bearer ********************
curl --location --request POST 'https://api.klever.tec.br/api/v2/ondemand/leniency-agreements/'
{
"document": "string",
"id": "string",
"modified": "2019-08-24T14:15:22Z",
"records": [
{
"agreementStatus": "string",
"endDate": "string",
"quantity": 0,
"responsibleAgency": "string",
"sanctions": [
{
"cnpj": "string",
"formattedCnpj": "string",
"legalName": "string",
"reportedAgencyName": "string",
"tradeName": "string"
}
],
"startDate": "string"
}
]
}