Nodb simply utilises REST API to store your app data in JSON format to the cloud. There is no dependency installation to your project. Ideal for serverless applications.
All HTTP-methods except GET returns error message "Body must be of array type". I did just like it is in documentation curl -X POST https://api.nodb.sh/{app-name}/{... \ -d '[{ "foo": "bar" }]'
The problem was on-site CLI screen that mess things. Using cURL from elsewhere works!