Authorization: ********************{
"id": 123,
"customInvestmentId": 123,
"date": "2025-02-04",
"price": 123.45,
"note": "A description/note about the price"
}curl --location --request PUT '/v1/custominvestment/price' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 123,
"customInvestmentId": 123,
"date": "2025-02-04",
"price": 123.45,
"note": "A description/note about the price"
}'