PRODUCTION QUERY URL not working

Accessing data using PRODUCTION QUERY URL is not working. Throwing error
Created API key and used it PRODUCTION QUERY URL but getting below error.

 "errors": {
        "message": "DeploymentNotFound(\"QmZU8GYybvRMkco8ogEDVnAkWj8tb4abkTAamsnpHwsB67\")"
    }

While if I use DEVELOPMENT QUERY URL, its giving the result.

When run the query from the account where I have deployed the graph, I can run the query on “Playground” tab and it gives result as well.

Want to understand what is needed to run API works with PRODUCTION QUERY URL

2 Likes