Authorization: Bearer ********************curl --location --request POST '/transaction-report/downloadable-report' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2025-03-01",
"endDate": "2025-03-06",
"type": "excel"
}'{
"success": true,
"message": "file uploaded successsfully",
"data": "https://res.cloudinary.com/dwfnoynkp/raw/upload/v1735225683/dev/excel/1735225682609.xlsx"
}