chore(docs): Generated API Reference (#4529)

Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-13 12:08:21 +03:00
committed by GitHub
parent f61488f105
commit 5affae9583
4 changed files with 52 additions and 47 deletions

View File

@@ -1 +1,5 @@
curl --location --request POST 'https://medusa-url.com/store/products/search?q=Shirt'
curl --location --request POST 'https://medusa-url.com/store/products/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"q": "Shirt"
}'