curl --location --request POST 'http://localhost:3000/api/orgs//domains//verify' \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"message": "Domain verfied successfully",
"data": {
"domain": "school-district.k12",
"verified": true
}
}