{
"addresses": [
"string"
],
"asset_id": "string",
"asset_name": "string",
"emails": [
"string"
],
"expires_at": "2025-12-31T00:00:00Z",
"image_url": "string",
"legal_term": "string",
"paymails": [
"string"
],
"protocol": "STAS-20",
"signature_required": 0,
"symbol": "string",
"tokenDetail": {
"property1": null,
"property2": null
},
"total_supply": 0,
"wallet_id": "string"
}
curl --location --request PUT 'https://api.neucron.io/v1/asset/securitytoken' \
--header 'Content-Type: application/json' \
--data-raw '{
"addresses": [
"string"
],
"asset_id": "string",
"asset_name": "string",
"emails": [
"string"
],
"expires_at": "2025-12-31T00:00:00Z",
"image_url": "string",
"legal_term": "string",
"paymails": [
"string"
],
"protocol": "STAS-20",
"signature_required": 0,
"symbol": "string",
"tokenDetail": {
"property1": null,
"property2": null
},
"total_supply": 0,
"wallet_id": "string"
}'
{
"message": "string"
}