There is an issue with the URL builder. When overwriting the server URL with slash '/' at the end, it results in 404 error: ```js const convertapi = require('convertapi')(secret, options = { baseUri: 'https://stag-v2.convertapi.com/'}); ```