curl --location --globoff 'http://{{sever_notes}}/getnotes'
{ "data": { "Notes": [ [ "Title: first Note", "Description: first note added", "Created By: test1" ] ] }, "msg": "Fetched All Todos", "statuscode": 200, "success": true }