we are using opa as a centralized service where users can query against an api endpoint and validate their request
eg: if the user wants to know if the code coverage quality is good enough
then user will post the code coverage percentage eg: 60% as input to opa endpoint
opa will validate the code coverage percentage against underlaying policy which user defined and provide a response like allow or deny