curl --location --request POST 'https://androidpublisher.googleapis.com//androidpublisher/v3/applications//purchases/subscriptions//tokens/:defer' \
--header 'Content-Type: application/json' \
--data-raw '{
"deferralInfo": {
"desiredExpiryTimeMillis": "string",
"expectedExpiryTimeMillis": "string"
}
}'
{
"newExpiryTimeMillis": "string"
}