curl --request POST \
--url https://suite.sisqualis.com.br/api/upload-csv-horas \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"success": true,
"total_records": 123,
"new_records_count": 123,
"updated_records_count": 123,
"duplicate_records_count": 123,
"groups": {},
"projetos_relacionados": [
"<string>"
],
"errors": [
"<string>"
],
"original_filename": "<string>"
}curl --request POST \
--url https://suite.sisqualis.com.br/api/upload-csv-horas \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"success": true,
"total_records": 123,
"new_records_count": 123,
"updated_records_count": 123,
"duplicate_records_count": 123,
"groups": {},
"projetos_relacionados": [
"<string>"
],
"errors": [
"<string>"
],
"original_filename": "<string>"
}Use: Token <seu_token>