Error: OAUTH_SCOPE_MISMATCH When Trying to Bulk Read

Error: OAUTH_SCOPE_MISMATCH When Trying to Bulk Read

Why am I getting this error when trying to issue bulk read request?

Request:
{
"query": {
"module": "Leads",
"fields": ["Street", "City", "Realtor.com Link"]
}
}


Response:
{
    "code": "OAUTH_SCOPE_MISMATCH",
    "details": {},
    "message": "invalid oauth scope to access this URL",
    "status": "error"
}