79357884

Date: 2025-01-15 10:47:32
Score: 3
Natty:
Report link

Even I'm seeing the same issue. But I have not used string in ID

    {
  "users": [
    {
      "id": 1,
      "name": "Sudhanshu",
      "age": 30,
      "email": "[email protected]"
    },
    {
      "id": 2,
      "name": "Varun",
      "age": 26,
      "email": "[email protected]"
    }
  ]
}

Body-

{
    "name": "abc",
    "age": 20,
    "email": "[email protected]"
}

Output-

{
"id": "51fd",
"name": "abc",
"age": 20,
"email": "[email protected]"

}

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): I'm seeing the same issue
  • Low reputation (1):
Posted by: Sudhanshu Shekhar