Zoho Recruit Query API problem

Zoho Recruit Query API problem

I'm encountering this error 
  1. {"code":"OAUTH_SCOPE_MISMATCH","details":{},"message":"invalid oauth scope to access this URL","status":"error"}
Right now, this is my setup

POST: https://recruit.zoho.com/recruit/v2/Candidates HEADERS: Authorization: Zoho-authtoken <auth_token>
BODY: JSON 
  1. {
    "data": [
    {
    "Last_Name": "Daly",
    "First_Name": "Paul",
    "City": "Texas",
    "Candidate_Status": "Rejected by AM for Software Engineer",
    "Source": "Job Mail Box",
    "Candidate_Owner": "AM"
    }
    ],
    "trigger": [
    "approval",
    "workflow",
    "blueprint"
    ]
    }

This is the setup of modules/Candidates