curl --location --request PATCH '/api/billing/projects//auto-purchase' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true,
"package_id": "550e8400-e29b-41d4-a716-446655440000"
}'{
"auto_purchase_enabled": true,
"auto_purchase_package_id": "string"
}