Authorization: ********************
{
"identification_token": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/omniapi/getpendinggooglexoauth2data' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"identification_token": "string"
}'
{
"email_address": "string"
}