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