Authorization: Bearer ********************curl --location --request POST '/transaction-report' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate":"2024-01-13",
"endDate":"2025-09-30",
"documentType": "pdf"
}'{}