Authorization: Bearer ********************
curl --location --request POST 'https://api.emailcheckerai.com/api/v1/validate/email' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "info@example.com" }'
{}