{
"email": "string",
"password": "string"
}
curl --location --request POST 'https://api.medusa-commerce.com/store/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string"
}'
{
"access_token": "string"
}