curl --location --request POST 'http://localhost:3000/api/orgs//domains' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "school-district.k12",
"verify": true
}'{
"status": "ok",
"message": "Domain added successfully",
"data": {
"domain": "school-district.k12",
"verified": false,
"verificationToken": "txtoken..."
}
}