Cathas9lives you need to insert a random token (ideally 40 characters long) in the api_keys
table of the database (you can leave all other columns blank), then you can use the Authorization header like this:
Authorization: Token <token>; userId=1
Replace <token>
with the random token, and 1
with the user ID of the user you want to authenticate as.