Authorization: Bearer ********************{
"name": "市红",
"underlyingCurrencyId": "51",
"vestingDate": "2025-08-31",
"vestingAmount": "999.69",
"vestingPrice": "840.59",
"vestingAmountFC": "831.65",
"entityAccountIds": [
"73"
]
}curl --location --request PUT 'https://web-api.blockindex.com/project/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "市红",
"underlyingCurrencyId": "51",
"vestingDate": "2025-08-31",
"vestingAmount": "999.69",
"vestingPrice": "840.59",
"vestingAmountFC": "831.65",
"entityAccountIds": [
"73"
]
}'{
"status": "success",
"requestId": "15cb474d-619c-fd04-a64d-4b5dbbda1e78",
"data": true
}