Authorization: Bearer ********************{
"name": "宋宇",
"underlyingCurrencyId": "30",
"vestingDate": "2025-01-25",
"vestingAmount": "445.69",
"vestingPrice": "805.95",
"vestingAmountFC": "429.61",
"entityAccountIds": [
"41",
"37"
]
}curl --location 'https://web-api.blockindex.com/entity//vesting/project' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "宋宇",
"underlyingCurrencyId": "30",
"vestingDate": "2025-01-25",
"vestingAmount": "445.69",
"vestingPrice": "805.95",
"vestingAmountFC": "429.61",
"entityAccountIds": [
"41",
"37"
]
}'{
"status": "success",
"data": {
"name": "sfdsd"
},
"requestId": "db76f44b-cf5b-4a57-8272-05a5c5ce115a"
}