curl --location --request POST 'http://localhost:8000/api/v1/stock-opname/export' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'start_at="2025-12-09"' \
--form 'end_at="2026-01-10"'{
"success": true,
"message": "string"
}