Scraping Website That Uses Request Verification Token In Its Payload

I'm trying to scrap a website, but it contains Request Verification Token in its payload/postBody. I'm using scala scraper, and tried to get that Token from home page and then use it in further post requests, but its not working. The token I'm getting is Cookie (Request Verification Token) and the Token which I've to use in postBody is different. That's why I'm getting 500 error or 302 error. Kinldy check the link of Stack Overflow, I've mentioned details over there. And guide me how can I resolve this. Thank You.

How can I scrap website that use Request Verification Token in request?