Authorization: Bearer ********************{
"vins": [
"LZGTEST2025110501"
],
"startTime": "2026-01-01",
"endTime": "2026-01-31",
"terminalType": "1"
}curl --location --request POST '/api/v1.0/admin/warn/export' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vins": [
"LZGTEST2025110501"
],
"startTime": "2026-01-01",
"endTime": "2026-01-31",
"terminalType": "1"
}'