...
This authentication method requires to login using user and password in every call to the API. In the request headers, you will see that the authorization header is going to pass the API a Base64 encoded string representing your username and password values, appended to the text "Basic ".