How could I display in a window form the data from a website that require authentication tokens?

I have the token(called IDENTITY_KEY in Postman) and authorized to access the data. There is also username and password.

I could input and retrieve data using Postman so i think I have all the data needed to access it.

How do I give those data to the website using c# window form in order for the website...