to be extended
function that extends the the object const rewardBuilder = extender(reward); const redeemedReward = rewardBuilder({ status: "redeemed" }); const rewardFromOtherOrganization = rewardBuilder({ organization_id: "other_organization_id"})"
Create a function to extend a given object. Useful for manipulating the same fixture multiple times in test