Goal
Instead of polling for transaction signature within create_raw_transaction switch to Fireblocks webhooks.
- [ ] Add handler to hub-treasuries `/api/v1/fireblocks/webhooks`
- [ ] Add intermediate tables for saving transaction information not availabe in the fireblocks transaction details
- [ ] Move [L294-324](https://github.com/holaplex/hub-treasuries/blob/main/api/src/events.rs#L294) of create_raw_transaction to the webhook handler
Database
transactions
------------
id: # fireblocks transaction id
transaction_signatures
-----------------------
signature: text # primary key
index: int