Authentication for Admin users. In order to make API calls we need to able to know who you are and authenticate you.
The MySocket API looks for a header called: x-access-token with a JWT token like this
x-access-token: $TOKEN
To get a token use the /login end point