Transfer funds from Stack to Stack of an AccountAsk AIpost http://localhost:8080/v0/accounts/{accountId}/stacks/transactionsPath ParamsaccountIduuidrequiredUnique identifier (UUID) of the AccountBody ParamsamountnumberrequiredValue of the Transaction, to 2 decimal placescustomerIduuidrequiredUnique identifier (UUID) of the Customer (initiator of the transfer)depositStackIduuidrequiredUnique identifier (UUID) of the destination Stackdescriptionstringlength between 0 and 20Transaction descriptionwithdrawalStackIduuidrequiredUnique identifier (UUID) of the source StackResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 11 months ago