Combine creates a network-specific transaction from an unsigned transaction and an array of provided signatures. The signed transaction returned from this method will be sent to the /construction/submit
endpoint by the caller.
ConstructionCombineRequest is the input to the /construction/combine
endpoint. It contains the unsigned transaction blob returned by /construction/payloads
and all required signatures to create a network transaction.