Authorization: Bearer ********************{
"clientId": "string",
"clientSecret": "string"
}curl --location --request POST 'https://api.klever.tec.br/api/auth_client/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"clientSecret": "string"
}'{
"access_token": "string",
"expires_in": 0,
"token_type": "string"
}