Authorization: ********************curl --location '/v1/custominvestment/price?holdingId=undefined' \
--header 'Authorization: <api-key>'[
{
"id": 456,
"customInvestmentId": 123,
"date": "2025-02-04",
"price": 123.45,
"note": "A description/note about the price"
}
]