{
"banner": "string",
"dropBanner": "string",
"dropDescription": "string",
"nftAddress": "string",
"royaltyPercentage": 0,
"telegram": "string",
"twitter": "string",
"website": "string"
}
curl --location --request PATCH 'https://api.services.uptick.network/api/v1/contract/update/extension' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"banner": "string",
"dropBanner": "string",
"dropDescription": "string",
"nftAddress": "string",
"royaltyPercentage": 0,
"telegram": "string",
"twitter": "string",
"website": "string"
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": false
}