Multiple Concurrent REST API Calls

Is it possible to concurrently call POST https://api.tadabase.io/api/v1/data-tables/{{tableId}}/records successfully? I’m getting a “No Field Found To Save” error when trying to do this via node js. Out of X number of save api calls, only one succeeds, but when I wait for one to successfully save before proceeding to the next one, i am able to save all of them.