Exchanging JWT tokens by access token is the recommended way to interact with/ access APIs as this would ensure the authorization happens again post token expiry (24 hours). There would be security concerns otherwise.
Why would you want to skip it if enhanced security is available oob?