How to call the Api endpoints with access token as I am getting this error each time?

Options
yashika6601
yashika6601 Posts: 1

{

    "error": "invalid_token",

    "error_description": "Access token does not have the required permissions for this function.",

    "error_code": 2

}

I have provided all the available permissions.

Kindly provide a solution for the given error occurring while trying to hit the POST request in Postman. Can anyone suggest me what are the permissions I am missing?