{
"elasticcache": {
"auto_renew": false,
"duration": "1M"
}
}
curl --location --request POST 'https://example.com:30888/elasticcaches//set-auto-renew' \
--header 'Content-Type: application/json' \
--data-raw '{
"elasticcache": {
"auto_renew": false,
"duration": "1M"
}
}'
{}