Traceback (most recent call last):
  File "d:\project\codebuddy\mdy-hap-python-sdk\examples\create_test_sheet.py", line 48, in <module>
    target_ws_id = find_ws_id(TARGET_ALIAS)
                   ^^^^^^^^^^^^^^^^^^^^^^^^
  File "d:\project\codebuddy\mdy-hap-python-sdk\examples\create_test_sheet.py", line 41, in find_ws_id
    return resp["data"][0]["worksheetId"]
           ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'worksheetId'
