curl --location 'https://api.taggun.io//api/account/v1/merchantname/add' \ --header 'apikey;' \ --header 'Content-Type: application/json' \ --data '{ "merchantName": "Walmart" }'
{ "result": "OK" }