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