After obtaining the token, you need to include it in the headers of your request as:
{ "key": "X-Angie-AuthApiToken", "value": "YOUR_TOKEN", "type": "text" },
Replace "YOUR_TOKEN" with the actual token value you recieved.