From 2a861582cd8bbd93b510ef209a808e146d444394 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:13:56 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1829ba5..d3e1b1c 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,8 @@ The json submitted should look like this: ``` This endpoint does not guarantee the correctness of the model returned, it will always attempt to return a model. + +Here's an example curl request: +``` +curl -X GET -H "Content-Type: application/json" -d '{"name": "Intel Core i9-9900k"}' +```