curl --location --request POST 'https://api.velosms.com/api/RatePlans' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_id": "string",
"pageNumber": 0,
"pageSize": 1
}'{
"data": [
{
"items": [
{
"id": 0,
"ratePlanId": 0,
"name": "string",
"comment": "string",
"status": 0,
"type": 0,
"latestChangeGmt": 0,
"currencyId": 0
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}