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