HTTP Request cannot write data even if it runs successfully

I copied curl from Postman to HTTP Request in N8N, and the result was Success, but I did not successfully write the data to the database

You should check the response body from the HTTP node to confirm that the API or service you called reports a successful database write, not just a successful HTTP transaction.