copy id from _id from db and paste insted of 678405d71b160d180218a310 which is params
{ "title":"first Note", "description":"first note added" }
curl --location -g --request PUT 'http://{{sever_notes}}/updatenote/6784e39685260f900e739b04' \ --header 'Content-Type: application/json' \ --data-raw '{ "title":"first Note", "description":"first note added" }'
{ "data": { "title": "first Note", "description": "first note added" }, "msg": "Task Updated Successfullt", "statuscode": 201, "success": true }