curl --request GET \
--url https://api.example.com/api/v1/tax-home-costs[
{
"id": 1,
"user_id": 1,
"category": "rent",
"amount": 120000,
"month": 1,
"year": 2025,
"created_at": "2025-01-15T10:00:00.000Z"
}
]
Retrieve tax home maintenance costs.
curl --request GET \
--url https://api.example.com/api/v1/tax-home-costs[
{
"id": 1,
"user_id": 1,
"category": "rent",
"amount": 120000,
"month": 1,
"year": 2025,
"created_at": "2025-01-15T10:00:00.000Z"
}
]
X-Total-Count header.
[
{
"id": 1,
"user_id": 1,
"category": "rent",
"amount": 120000,
"month": 1,
"year": 2025,
"created_at": "2025-01-15T10:00:00.000Z"
}
]