Authentication
All API requests to the FinaInnovate Business API require authentication. Once you get your API key, you should use it to authenticate your requests.
Please add the following headers to all your requests:
Authentication: Bearer <API_KEY>
If you miss this header, you will receive a 401 Unauthorized response.