How to change card status from api?

I tried this request:
PATCH https://api.miro.com/v2/boards/{board_id}/cards/{card_id}
Body: {"data": {"status": "done"}}it returns error - 'Field [data.status] is not supported'
How to change card status from api?

I tried this request:
PATCH https://api.miro.com/v2/boards/{board_id}/cards/{card_id}
Body: {"data": {"status": "done"}}it returns error - 'Field [data.status] is not supported'
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.