curl --request POST \
--url https://api.example.com/api/users/passcode \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"password": "<string>"
}
'{
"user": {},
"access_token": "<string>"
}curl --request POST \
--url https://api.example.com/api/users/passcode \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"password": "<string>"
}
'{
"user": {},
"access_token": "<string>"
}