I as well am getting this error in postman.
{
"message": "The consumer isn't authorized to access %resources."
}
Another thing i noticed is it’s saying 400Bad Request and when i hover over it says “the request can not be fulfilled do to bad syntax”.
I checked the syntax in a json validator and it says it’s good.
for this api:
rest/all/V1/salesorders/update
In the Web API Security I have the dropdown set to “No” for allow anonymous guest access but when i turn it to yes it hits it’s endpoint. This issue only started happening after i upgrade to 2.4.3-p1. This is super frustrating and I need some assistance.