Unable to create Account. We were able to create a customer in Finastra using Retail Core US Customers-->Create a new Personal Customer/Member API. But using the Customer id, we tried Retail Core US Accounts-->Create New Checking Account API to create a new account. But it didn’t work. API URL: https://api.fusionfabric.cloud/retail-us/core/accounts/v1/checking-accounts Request { "customerId": "10ff0b5e-85e5-385c-8309-5d431d8c08b4", "accountNumber": "", "depositProductCode": "186", "nickname": "" } Response { "message": null, "type": null, "title": "Database action failed", "status": 400, "detail": " MsgId=-54434, MsgSeverity=E, MsgText=A statement is required for this account. " }