{
"receiver": {
"contact_type": "email",
"token": "123456"
}
}
curl --location --request POST 'https://example.com:30888/receivers//verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiver": {
"contact_type": "email",
"token": "123456"
}
}'
{}