I send the following JSON body to the Jira server in order to remove the label with the Unicode character.
{"update":{"labels":[{"add":"Update"},{"remove":"Update_nicht_möglich"}]}}
But Jira returns error 400.
How to fix this?