curl --request POST \
--url https://demoapi.saasphereltd.com/api/v1/loans/account-officer-report \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"staff_id": "STAFF001",
"start_date": "<any>",
"end_date": "<any>"
}
'