{"id":"TAG_ID","name":"NEW_TAG_NAME","order":1,}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/edit_strategy_tag?access_token={{accesstoken}}' \ --header 'Content-Type: application/json' \ --data-raw '{"id":"TAG_ID","name":"NEW_TAG_NAME","order":1,}'
{ "errcode": 0, "errmsg": "ok" }