curl --location --request POST 'https://server.scaledmail.com/api/v1/search-domains?organization_id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"domains":["scaledmail.com","beanstalk.com"]
}'[
{
"domain": "utscaledmail.net",
"status": "available",
"price": 16.31,
"renewPrice": 16.31
},
{
"domain": "scaledmail.com",
"status": "taken",
"price": null,
"renewPrice": null
}
]