{
"title": "Plano 22",
"payment_methods": ["pix"]
}curl --location --request PUT 'https://prod.your-api-server.com/v1/plans/20537' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Plano 22",
"payment_methods": ["pix"]
}'{}