@Johannes
It sounds like you're experiencing an issue where your server is receiving requests, but the data isn't being stored in your database as expected. This could be due to a number of reasons, such as a misconfiguration in your server code, a problem with your database connection, or an issue with the data payload itself.
To assist you better, could you provide more details about your setup? Specifically, it would be helpful to know:
1. What type of server and database are you using (e.g., Node.js with MongoDB, Python with PostgreSQL, etc.)?
2. Can you share the relevant portion of your server code where you handle the incoming request and attempt to store the data in the database?
3. Are there any error messages or logs that you can share which might indicate where the problem is occurring?
With more context, I can offer more targeted advice or troubleshooting steps to help resolve your issue.