curl --location --request POST 'https://androidpublisher.googleapis.com//androidpublisher/v3/applications//purchases/subscriptions//tokens/:acknowledge' \
--header 'Content-Type: application/json' \
--data-raw '{
"developerPayload": "string"
}'
{}