mulesoft To SugarCRM Mass UPdate Via rest call

rquirement is i have to send bulk update for ContractIDS [UID] with status. each contractId status is different, we are getting these contract ids from mulesoft with status and that we have to send as massupdate [bulk]

below is the endpoin and body i have as per documetation. for this where  i have to mapp each contract id and status.

endpoint : /Contracts/MassUpdate

request body:

{
"massupdate_params":{
"uid":[
"e9e05274-9c54-11ea-a24d-02a870dc2252"
],
"department":"Contracts"
}
}