RestPP Trigger loading Job Error

Hello,

I am trying to trigger a loading job using REST++. I am getting “notEnoughToken”:1001 error. Please, can you look into this?

I can trigger the job just fine by directly triggering the job “RUN JOB myLoadingJob”

However, it is not working if I use REST

curl -X POST -H “Authorization: Bearer rrrkkkkkkkkkkkldfkej43hg” --data-binary @/local/mydata/load-08-16-2022.csv “https://myIP:9000/ddl/myGraph?tag=myLoadingJob&filename=dataLoad

{“version”:{“edition”:“enterprise”,“api”:“v2”,“schema”:6},“error”:false,“message”:"",“results”:[{“sourceFileName”:“Online_POST”,“statistics”:{“validLine”:0,“rejectLine”:0,“failedConditionLine”:0,“notEnoughToken”:1001,“invalidJson”:0,“oversizeToken”:0,“vertex”:[],“edge”:[],“deleteVertex”:[],“deleteEdge”:[]}}],“code”:“REST-0000”}