{
"amount": 300,
"interval": 1,
"frequency": "MONTHLY",
"trial_days": "",
"plan_id": 20536,
"charges": 1
}curl --location --request POST 'https://prod.your-api-server.com/v1/prices' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 300,
"interval": 1,
"frequency": "MONTHLY",
"trial_days": "",
"plan_id": 20536,
"charges": 1
}'{}