Executing quick commands on notes through API applies commands but returns 400 bad request
Description
Executing a quick command (like /label ~something) through the API results in a command being applied, but because a note does not contain a note body in that case (we remove quick commands from the note body when we execute them), it can not be persisted.
Eventually this results in a bad request response from the API, yet we apply all the commands successfully.