This is a sample application with source code to make get/put/post and delete requests to your store. Please note, you should run it in Visual Studio 2017, and you need to have oData Service Extension installed.
First step -> Get Token and Init Container
Token class as below
Requests methods are made using Bearer
Init container
After that, you will be able to send requests.