I created a recurring job
i did POST in postman to get the access token and i got it successfully. login.microsoftonline.com/.../token
now i did GET to this URL
EnvURL/api/connector/dequeue/%7BActivityId%7D // the activity ID is the ID field i get in managed scheduled data jobs
I chose Oauth2.0 in the authorization tab and inserted the access token (bearer)
But i'm getting 401 any idea?