Submits a new transaction to the CoinFi blockchain. Example: POST a JSON payload with transaction details.
https://api.coinfi.zone/transactionsPOSTapplication/jsonfrom: Sender addressto: Receiver addressamount: Transaction amount (as a string)nonce: Transaction nonce (integer)signature: Digital signature of the transactionBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Transaction details to be submitted.