Authorization: Bearer ********************curl --location --request POST '/company-domains' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"links": [
"string"
],
"tags": [
"string"
]
}'