Authorization: Bearer ********************
curl --location --request GET '/personnelRoster/rewardProject/page?rosterProjectId=&rosterId=&effectiveStartDate=2024-10¤t=1&size=10' \
--header 'Authorization: Bearer <token>'
{
"records": {
"records": [
null
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
null
],
"optimizeCountSql": true,
"hitCount": true,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 0
},
"amount": null
}