curl --location '/Label/UpdateName?authcode=undefined' \ --header 'Content-Type: application/json' \ --data '{ "LabelID": 0, "NewName": "string" }'
{}