When an API requires authentication, we use Token Authentication (also called Bearer Authentication).
You will need to supply your API token in the Authorization
request header,
like so:
Authorization: Bearer {token}
You should replace {token}
with your Staylists API token.