{
'identifier' : 'skshahra@gmail.com'
}
/v1/auth/check-account-exists
Authorization: Bearer ********************
{
"identifier": "skshahra@gmail.com"
}
curl --location --request POST 'http://localhost:8080/v1/auth/check-account-exists' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "skshahra@gmail.com"
}'
{"message":"Unable to register. Please try again later.","success":false,"details":"the email address is already in use"}