Rest API - Batch and Bulk Operations
You try to bulk import records with this JSON:
But the server returns a 400 Bad Request error. What is the likely problem?
[{"name": "Alice"}, {"name": "Bob"}But the server returns a 400 Bad Request error. What is the likely problem?
