curl --location --request POST 'http://localhost:8000/api/v1/cash-books/72' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'type="EXPENSE"' \
--form 'date="2025-09-19"' \
--form 'amount="10000"' \
--form 'description="Penjualan #INV-1010-1010"' \
--form 'proof_of_transaction=@""' \
--form '_method="put"'{"success":true,"message":"Berhasil memperbarui data","data":{"id":51,"type":"income","date":"2025-09-19","amount":"150000","description":"Penjualan #INV-1010-1010","proof_of_transaction":"proof_of_transactions\/D1COhGG3eHoDTDvECkoUD4wdceqMHQyeQod2q0CN.png","created_at":"2025-09-19T00:46:49.000000Z","updated_at":"2025-09-19T00:51:54.000000Z","created_by":null,"updated_by":null}}