Shopify App, How to find out which store send the request in backend with axios.

I’m refering to this page https://shopify.dev/apps/auth/session-tokens/axios.

I’m using axios and I can verify session tokens using VerifyRequest, but I do not know how to find which store send the request.

Can I find out the store from session tokens, or Can I send the request from app front with shop parameter?

This question is very similar to https://stackoverflow.com/questions/69168644/how-to-get-the-current-shop-in-shopify-when-using-nodejs-public-app

but, no specific solution is shown.