The HTTP Authorization
request header contains the credentials to authenticate a user agent with a server. Every request that is made needs to have this header with a token in the following format
Authorization: Bearer {token}
You obtain the token by making a request to the following endpoint
{"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..........."}