Authorization: Bearer ********************
curl --location '/auth/account-exists' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "identifier": "sohelcse1999@gmail.com" }'
{}