Authorization: Bearer ********************curl --location --request GET '/desktop/reports/profit-margin?criteria=february' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Report profit margin fetched successfully!",
"data": {
"profit": "$ 299,458.25",
"unformattedProfit": 299458.25,
"margin": "1X",
"unformattedMargin": 108.40088216955066,
"change": "77%",
"unformattedChange": 77.0161793324716,
"marginDescription": "For every 1 USD you make in sales you keep 1.08 USD as profit"
}
}