curl --location --request POST '/admin/generate-periodic-report' \
--header 'Content-Type: application/json' \
--data-raw '{
"reportType": "END_OF_YEAR",
"expire": false,
"deleteReport": false,
"start": "2024-01-01",
"end": "2024-12-31",
"businessId": 198
}'{
"success": true,
"message": "Business data converted and parsed successfully!",
"data": null
}