curl --request PUT \
--url https://prv.explorer.biya.io/api/v1/admin/plans \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"description": "<string>",
"monthly_limit": "<string>",
"rate_limit_per_second": 123,
"max_tokens": 123,
"price": 123,
"status": "<string>",
"enable_webhook": true
}
'