| Name | Type | Description | |
|---|---|---|---|
| country_code | string | country code | |
| offering | number(optional) | offering |
{
"country_code" : "ind",
"offering" : 12
}curl --location 'https://api.yelo.red/open/billing/getPlans' \
--header 'Content-Type: application/json' \
--data '{
"country_code" : "ind",
"offering" : 12
}'{}