{
'identifier' : 'skshahra@gmail.com'
}/v1/auth/check-account-existsAuthorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/auth/check-account-exists' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "skshahra@gmail.com"
}'{"message":"Account does not exists for the given identifier","success":true}