The Hubflo API requires authentication. It's a bearer authentication, also called token authentication.
To start your integration journey with the Hubflo API, you must send your authentication token in the Authorization
header when making requests to the API.
Authorization: Bearer <token>