curl --location --request POST '/auth/validate-email' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "emmanuel@mycantant.com" }'
{ "success": false, "message": "Email is not available", "data": null }