curl --location --request PUT '/template/update/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;",
}'
{}
Authorization: Bearer ********************