curl --location --request POST 'https://public.outreach2day.com/check_domains' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"domains": [
"string"
]
}'{
"domains": [
{
"domain": "string",
"status": "free"
}
]
}