Authorization: Bearer ********************curl --location --request POST '/transaction-report/downloadable-report' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2025-06-10",
"endDate": "2025-06-24",
"type": "pdf"
}'{}