{
"asset_id": "string",
"asset_name": "string",
"asset_type": "CERTIFICATE",
"decimals": 0,
"image_url": "string",
"legal_term": "string",
"symbol": "string",
"token_detail": {
"feeStructure": [
{
"fee": "1000",
"max": "1000000",
"min": "10000"
}
],
"holder_identity_config": {
"mint_config": {
"kyb_level": 0,
"kyc_level": 0
},
"transfer_config": {
"kyb_level": 0,
"kyc_level": 0
}
},
"icon": "string",
"request_config": {
"min_approval": 0,
"min_rejection": 0
}
}
}curl --location --request PUT 'https://api.neucron.io/v1/asset21' \
--header 'X-Neucron-Business-ID;' \
--header 'X-Neucron-App-Secret;' \
--header 'X-Neucron-App-Secret;' \
--header 'Content-Type: application/json' \
--data '{
"asset_id": "string",
"asset_name": "string",
"asset_type": "CERTIFICATE",
"decimals": 0,
"image_url": "string",
"legal_term": "string",
"symbol": "string",
"token_detail": {
"feeStructure": [
{
"fee": "1000",
"max": "1000000",
"min": "10000"
}
],
"holder_identity_config": {
"mint_config": {
"kyb_level": 0,
"kyc_level": 0
},
"transfer_config": {
"kyb_level": 0,
"kyc_level": 0
}
},
"icon": "string",
"request_config": {
"min_approval": 0,
"min_rejection": 0
}
}
}'{
"message": "string"
}