Authorization: Bearer ********************curl --location --request POST '/api/v2/desktop/reports/send-weekly-report' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessId":2008
}'{
"success": true,
"message": "Weekly report sent successfully!",
"data": {}
}