Files
medusa-store/docs/api/admin/code_samples/Shell/auth/post.sh
2023-02-09 09:50:55 +02:00

7 lines
189 B
Bash

curl --location --request POST 'https://medusa-url.com/admin/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "supersecret"
}'