curl --location 'https://api.plusvibe.ai/v1/webhook/partner-check-email-account?pipl_username=partner%40example.com&pipl_password=undefined&workspace_id=64b1f5a2e1b0c2d3e4f5a6b7&email=sender%40example.com' \
--header 'x-api-key: <api-key>'{
"code": 1,
"message": "SUCCESS",
"data": {
"existed_in_other_ws": false,
"current": 12,
"max_allowed": 50
}
}