chore(docs): Generated API Reference (v2) (#8643)

Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-18 16:55:04 +02:00
committed by GitHub
parent fb0644b8f6
commit 46310e32d0
83 changed files with 5312 additions and 19940 deletions

View File

@@ -0,0 +1,6 @@
curl -X POST '{backend_url}/admin/payment-collections' \
-H 'x-medusa-access-token: {api_token}' \
-H 'Content-Type: application/json' \
--data-raw '{
"order_id": "{value}"
}'

View File

@@ -1,5 +0,0 @@
curl -X POST '{backend_url}/admin/users' \
-H 'Content-Type: application/json' \
--data-raw '{
"email": "Janie42@hotmail.com"
}'