curl --request POST \
--url https://prv.explorer.biya.io/api/v1/contract/info/tag \
--header 'Content-Type: application/json' \
--data '
{
"contractAddress": "<string>",
"chainId": "<string>",
"tagType": "<string>",
"tagValue": "<string>",
"tagColor": "<string>",
"description": "<string>",
"createdBy": "<string>",
"visible": true,
"tag_definition_id": "<string>"
}
'