testInboxId is not always needed.
client.testing.projects.create('test project') // => MailtrapError: testInboxId is missing, testing API will not work.
client.testing.inboxes.create(123, 'test inbox') // => MailtrapError: testInboxId is missing, testing API will not work.