Hello,
I have been using Private Apps for api call to access store data. Since private apps have been deprecated, I am trying my way around custom apps but I am not sure whether I am making the right api call. For private app the url consisted of access token and password along with store eg: https://{access_token}:{password}@{store}.myshopify.com/admin/2022-01/order.json . What will be the custom app equivalent? since we do not have password and only api key, secret key and admin api key. I have tried all ways and combinations. Please help me out.