I have made an integration which uses shopify private apps. The client creates a private app on his store and provides me api_key, api_secret, access_token and shop url. My question is how can I verify the api_secret. I am currently hitting this endpoint to validate api_key, access_token and shop url. Endpoint - ‘https://’:‘’[email removed]’/admin/api/2022-04/products.json’ But this doesn’t verify api_secret. So I would like to know if there is any way I can verify api_secret so I can verify hmac.