curl --request POST \
--url https://app.closerx.ai/api/auth/request-email/ \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"success": true,
"message": "<string>",
"data": {
"email": "[email protected]"
}
}Allows User to Log In the system
curl --request POST \
--url https://app.closerx.ai/api/auth/request-email/ \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"success": true,
"message": "<string>",
"data": {
"email": "[email protected]"
}
}