curl --location --request POST 'https://www.mijnhostingpartner.nl/v2/whois/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
"example.nl",
"example.com"
]'{
"example.com": false,
"example.nl": false
}