How to do inetgration testing of JSON APIs implemented in umbrella app ?

We have one umbrella app which has 4-5 dependency app (databases, business logic) and one phoenix app (handles endpoint).
We want to run integration test on this JSON APIs in prod or staging setup.Can anybody suggest the way it can be done or what can be used ?