curl --location --request POST '/template/header' \
--header 'Content-Type: application/json' \
--data-raw '{
"headerText": "Monthly Report Header",
"companyName": "Acme Corporation",
"companyTagline": "Delivering Excellence Since 1990",
"headerStyle": "width: 120px; margin-left: 20px;",
"file": "logo.png", // Primary logo file (to be uploaded)
"additionalFile": "alt_logo.png" // Optional secondary logo (to be uploaded)
}'
{}