curl --request POST \
--url https://api.example.com/v1/ui/provider/auth/logins \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"message": "<string>"
}curl --request POST \
--url https://api.example.com/v1/ui/provider/auth/logins \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"message": "<string>"
}