Files
medusa-store/docs/api/admin/code_samples/Shell/auth/postundefined
2022-09-05 10:23:46 +03:00

7 lines
189 B
Plaintext

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