Hi Team,
While accessing the below endpoint url, I am facing the UNAUTHORIZED_ACCESS issue. Kindly suggest,

https://ads-api.twitter.com/8/accounts/{{account_id}}/cards/all

{
“errors”: [
{
“code”: “UNAUTHORIZED_ACCESS”,
“message”: “This request is not properly authenticated”
}
],
“request”: {
“params”: {}
}
}

{
“errors”: [
{
“code”: “ACTION_NOT_ALLOWED”,
“message”: “This user does not have permission to read cards for account 77698”
}
],
“request”: {
“params”: {}
}
}

Closing as duplicate.