Get or create MM account according to OTRS CustomerUser call
If the method CustomerUser.get_mm_account_id()
, which checks the
CustomerUser data from OTRS, returns an id (meaning the MM account
already exists for that CustomerUser), we will request MM to get the
existing account.
Otherwise, if the methods returns a None, we request MM to create
the account with the information from the request
Add and update tests