curl --request PUT \
--url https://prv.explorer.biya.io/api/v1/address/label \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"chain_id": "<string>",
"label_type": "<string>",
"label_value": "<string>",
"label_color": "<string>",
"description": "<string>",
"visible": true
}
'