curl --location --request GET 'http://localhost:8000/api/v1/cash-books/50' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Berhasil mengambil data",
"data": {
"id": 50,
"type": "income",
"date": "1984-10-12",
"amount": "710947.92",
"description": "Aliquam vel ad repudiandae quis et iste aut blanditiis.",
"proof_of_transaction": null,
"created_at": "2025-09-22T02:41:09.000000Z",
"updated_at": "2025-09-22T02:41:09.000000Z",
"created_by": {
"id": 1,
"name": "Super Admin"
},
"updated_by": {
"id": 1,
"name": "Super Admin"
}
}
}