RateFilteringSortingModelSuccessResponseModelOfPagedListGetModelOfRateGetModelcurl --location 'https://api.veloconnect.me/api/rates' \
--header 'Content-Type: application/json' \
--data '{
"pageNumber": 0,
"pageSize": 0,
"filters": [
{
"propertyName": null,
"value": null,
"values": null,
"comparer": null
}
],
"sortings": [
{
"propertyName": null,
"direction": null
}
],
"userId": 0
}'{
"data": [
{
"items": [
{
"ratePlanId": null,
"name": null,
"mccMnc": null,
"mobileOperatorName": null,
"mobileOperatorCountry": null,
"rates": null
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}