how to execute curl command in linux to execute rest endpoint code example
Example: how to hit rest api using curl
curl -I https://www.bookmarks.dev/api/public/bookmarks
Copy
curl -I https://www.bookmarks.dev/api/public/bookmarks
Copy