curl --request POST \
--url https://api.odin.io/v1/domain/subdomain/search \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"domain": "<string>",
"keyword": "<string>",
"limit": 123,
"publishedAfter": "<string>",
"publishedBefore": "<string>",
"start": [
{}
]
}'