The endpoint:
GET /{token0_address}/{token1_address}/pairAddress
https://deep-index.moralis.io/api-docs/#/defi/getPairAddress
Returns the first created pair address for those two tokens.
There are a lot of tokens that create new pair addresses and then they migrate liquidity over from the first pair to the second, third, and so forth.
Moralis could add a query param that allows us to get all pair addresses, the most recently created pair address, or the pair address with the biggest value in its liquidity pool.