curl --location --request PATCH '/api/rest/v1/asset-tags/' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "tshirt" }'
{}