curl --location --request GET 'http://localhost:8080/api/v1/transaction/recent/user/1?page=0&size=5'{
"success": true,
"message": "string",
"data": {
"content": [
{
"id": 0,
"name": "string",
"amount": 0,
"type": "string",
"date": "string",
"userId": 0,
"category": {
"id": 0,
"name": "string",
"color": "string"
},
"createdAt": "string"
}
],
"currentPage": 0,
"totalPages": 0,
"totalElements": 0,
"last": true
}
}