curl --request POST \
--url https://tokens.swap.coffee/api/v3/jettons/import \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"address": "0:a5d12e31be87867851a28d3ce271203c8fa1a28ae826256e73c506d94d49edad",
"verification": "BLACKLISTED"
}
'