Advise To Implement AntiForgeryToken in .NET Framework Console Application when sending a POST request

Can you please advise how we can implement AntiForgeryToken in .Net Framework Console Application for POST requests?

ServiceStack doesn’t have its own Anti Forgery implementation, we’ve only used MVC’s AntiForgery implementation which doesn’t support .NET Framework Console Apps.