pending
; otherwise, the resource will be created with verification status set to accepted
. This method is only available to service account clients that have been delegated domain-wide authority.curl --location --request POST 'https://gmail.googleapis.com//gmail/v1/users//settings/forwardingAddresses' \
--header 'Content-Type: application/json' \
--data-raw '{
"forwardingEmail": "string",
"verificationStatus": "verificationStatusUnspecified"
}'
{
"forwardingEmail": "string",
"verificationStatus": "verificationStatusUnspecified"
}