Returns the status of a domainindicating if it is a webmail or disposable domain.
Usage
tomba status --target "<domain>"
Example
tomba status --target "tomba.io"
Demo

HTTP call
curl --request POST \
--url 'http://127.0.0.1:3001/status' \
--header 'Content-Type: multipart/form-data' \
--form domain=gmail.com
Last modified on