Authorization: Bearer ********************
{
"positionId" : "positionId",
"startDate": "yyyy-MM",
"endDate": "yyyy-MM",
"batchId": "batchId"
}
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/admin/secured/report/feedback/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"positionId" : "positionId",
"startDate": "yyyy-MM",
"endDate": "yyyy-MM",
"batchId": "batchId"
}'