GET /v2/transactions
Return all the transactions

GET /v2/users/:user_id/transactions
Return all the transactions of the given User


GET /v2/transactions/:id
Get a transaction


POST /v2/transactions
Create a transaction



DELETE /v2/transactions/:id
Destroy a transaction