{
"merge_destinations": [
{
"amount": 0,
"country_code": "string",
"email": "string",
"paymail": "string",
"phone_number": "string"
}
],
"utxo_ids": [
"string"
]
}
curl --location --request POST 'https://api.neucron.io/v1/asset/merge' \
--header 'Content-Type: application/json' \
--data-raw '{
"merge_destinations": [
{
"amount": 0,
"country_code": "string",
"email": "string",
"paymail": "string",
"phone_number": "string"
}
],
"utxo_ids": [
"string"
]
}'
{}