CMS data update api not working with REST API

Question:
Query Data or Get Data Api are success. but Update Data process not working.

Product:
wix-data rest api

What are you trying to achieve:
I want to update my data in cms collection from my external nodejs app.

What have you already tried:
step 1.
I received an API KEY and confirmed my account ID.
My account id is site owner account.

step 2.
Next I checked CMS’s permissions.
For testing purposes, the permissions were changed to full user.

step 3.
I have checked the wix API user manual.

step 4.
I wrote simple data query and update code using nodejs and axios (http client package).
And I ran it. The inquiry was successful, but the update failed.
I received a 400 status code when requesting an update.