Authorization: Bearer ********************{
"name": "卜梓馨",
"underlyingCurrencyId": "45",
"vestingDate": "2025-04-19",
"vestingAmount": "859.59",
"vestingPrice": "70.15",
"vestingAmountFC": "198.39",
"entityAccountIds": [
"17",
"76"
]
}curl --location --request PUT 'https://web-api.blockindex.com/entity//vesting/project/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "卜梓馨",
"underlyingCurrencyId": "45",
"vestingDate": "2025-04-19",
"vestingAmount": "859.59",
"vestingPrice": "70.15",
"vestingAmountFC": "198.39",
"entityAccountIds": [
"17",
"76"
]
}'{
"status": "success",
"requestId": "0a82198d-2c63-9908-5c49-fc932a804c93",
"data": true
}