http
POST /api/v2/exports HTTP/1.1
Host: api.example.com
User-Agent: DataExporter/3.1
From: data-engineering@company.com
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
{
"format": "csv",
"filters": {
"dateRange": "2025-09-01/2025-09-30"
}
}