This endpoint is used to add an expense for a specific user.
Endpoint: https://cashboard-f5x2.onrender.com/expense/add
Query: User’s UUID
The request body should be a JSON object that includes:
The response to this request will be a JSON schema, with an array of the user’s expenses including the new entry.
Each expense object in the array will have the following properties:
required
OK
The response is of type object
.