This endpoint is responsible for Collateral onboarding

------------------------
CFPM End Point Details:
------------------------

POST:
http://ip:port/collateral/collateral-services/service/v1/collateral

Header:
Content-Type: application/json
userId: OBREMO
appId: CLLTRL
branchCode: 000
authToken: token
entityId: DEFAULTENTITY

Request Body:
{
   "collateralDescrptn":"Collateral - Property",
   "collateralCategory":"Resi",
   "collateralBranch":"000",
   "collateralCurrency":"GBP",
   "collateralType":"PRPT",
   "ownerEstimatedCurrency":"GBP",
   "ownerEstimatedValue":"970000",
   "startDate":"2020-03-26",
   "endDate":"2021-03-26",
   "primaryCustomerId":"006094",
   "primaryCustomerName":"MR John Baristow ",
   "externalReferenceNumber":"OFLOCOL000000114"
}


Response:
{
   "body":{
      "data":{
         "errors":null,
         "body":{
            "collateralOnboardId":"COL211252144",
            "onboardApplicationNo":"APP211262052"
         }
      },
      "messages":{
         "keyId":null,
         "status":"SUCCESS",
         "codes":[
            
         ],
         "requestId":null,
         "httpStatusCode":"OK",
         "overrideAuthLevelsReqd":null
      }
   }
}

------------------------
OBRH END Point Details:
------------------------

POST:
http://localhost:port/cmc-obrh-services/route/dispatch

Header:
Content-Type: application/json
userId: CHANDAN
appId: CMNCORE
branchCode: 000
entityId: DEFAULTENTITY
SERVICE-CONSUMER: RPM_ORIGINATION
SERVICE-CONSUMER-SERVICE: Collateral_Onboarding

Request Body:

{
   "collateralDesc":"Collateral - Property",
   "collateralCategory":"RESP",
   "collateralBranch":"000",
   "collateralAmountCCY":"GBP",
   "collateralType":"PROPERTY",
   "amountConsideredCCY":"GBP",
   "amountConsidered":970000,
   "collateralAvlFromDate":"2020-03-26",
   "collateralAvlToDate":"2021-03-26",
   "applicantId":"006094",
   "customerName":"MR John Baristow ",
   "collateralCode":"OFLOCOL000000114"
}

