Subscribing to webhook with api verision 2023-04 but after subscribing api is returing version 2021-04
Request
curl -d ‘{“webhook”:{“address”:“https://test.com/webhooks/app/uninstalled?v=test”,“topic”:“app/uninstalled”,“format”:“json”}}’
-X POST “https://store.myshopify.com/admin/api/2023-04/webhooks.json”
-H “X-Shopify-Access-Token: shp_1234566789984451515”
-H “Content-Type: application/json”
Response
{“webhook”:{“id”:123456789,“address”:“https://test.com/webhooks/app/uninstalled?v=test”,“topic”:“app/uninstalled”,“created_at”:“2023-05-24T15:05:39+02:00”,“updated_at”:“2023-05-24T15:05:39+02:00”,“format”:“json”,“fields”:,“metafield_namespaces”:,“api_version”:“2021-04”,“private_metafield_namespaces”:}}