Rest API - Request and Response Format
An API expects a JSON object with a
What is the issue?
details field containing another object. You send:{"details": "name: John, age: 30"}What is the issue?
