Authorization: Bearer ********************curl --location --request POST '/check-owned-domain' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domains": [
"string"
]
}'{
"success": true,
"message": "string"
}