curl --request PATCH \
--url https://api.example.com/api/module48/pnl/{entry_id} \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"category": "<string>",
"month": "<string>"
}
'{
"amount": 123,
"category": "<string>",
"created_at": "<string>",
"id": 123,
"month": "<string>",
"updated_at": "<string>"
}curl --request PATCH \
--url https://api.example.com/api/module48/pnl/{entry_id} \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"category": "<string>",
"month": "<string>"
}
'{
"amount": 123,
"category": "<string>",
"created_at": "<string>",
"id": 123,
"month": "<string>",
"updated_at": "<string>"
}