This endpoint returns all the saving for the specified user.
Endpoint: https://cashboard-f5x2.onrender.com/savings/:id
Query Parameter: User UUID
Path Parameter: Savings ID
The response is JSON object that contains the specified savings. An individual saving contains:
desc (string) - A description of the saving goal
goalAmount (number) - The goal
currency (string) - The user’s preference
currentAmount (number) - the current amount saved
_id - the unique identifier of the saving
OK
The response is of type object
.