This endpoint creates a new saving for the specified user.
Endpoint: https://cashboard-f5x2.onrender.com/saving/add
Query Parameter: User UUID
The request body includes:
** The currency and currentAmount are not required.
The response is JSON object that contains all the user’s 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
.