{ "title":"first Note", "description":"first note added" }
curl --location -g --request POST 'http://{{sever_notes}}/addnote' \ --header 'Content-Type: application/json' \ --data-raw '{ "title":"first Note", "description":"first note added" }'
{ "data": { "data": { "title": "first Note", "description": "first note added", "createdBy": "test1", "_id": "6784e39685260f900e739b04", "createdAt": "2025-01-13T09:57:42.763Z", "updatedAt": "2025-01-13T09:57:42.763Z", "__v": 0 } }, "msg": "Note Added Successully", "statuscode": 201, "success": true }