## Description [Describe the issue] ## Steps to Reproduce 1. Try in postman or in the code. 2. Got error (the rest endpoint is good, no problem at all) ## Versions PHP 8.3 ``` { "errors": [ { "code": 38190, "title": "Invalid access token", "detail": "The access token provided in the Authorization header is invalid", "status": 401 } ] } ```