I\'m implementing an API made by other colleagues with Apiary.io, in a Windows Store app project.
They show this example of a method I have to implement:
<
You can add whatever headers you need to the HttpClient.
HttpClient
Here is a nice tutorial about it.
This doesn't just reference to POST-requests, you can also use it for GET-requests.