curl --request POST \
--url https://suite.sisqualis.com.br/api/confirm-csv-import \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"groups": {},
"import_metadata": {},
"delete_period": {
"enabled": true,
"year": 123,
"month": 123
},
"generate_logs": true
}
'{
"success": true,
"inserted_count": 123,
"updated_count": 123,
"skipped_count": 123,
"deleted_count": 123,
"logs_generated": 123,
"errors": [
"<string>"
]
}curl --request POST \
--url https://suite.sisqualis.com.br/api/confirm-csv-import \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"groups": {},
"import_metadata": {},
"delete_period": {
"enabled": true,
"year": 123,
"month": 123
},
"generate_logs": true
}
'{
"success": true,
"inserted_count": 123,
"updated_count": 123,
"skipped_count": 123,
"deleted_count": 123,
"logs_generated": 123,
"errors": [
"<string>"
]
}Use: Token <seu_token>