Authorization: Bearer ********************
{
"user_id": "string",
"org_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/user/emailverified/byorgid' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"org_id": "string"
}'
{
"verified": true
}