curl --location --request POST '/service/esims/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"filters": [
{
"id": "string",
"value": [
"string"
]
}
],
"pageSize": 0,
"sorting": [
{
"desc": true,
"id": "string"
}
]
}'{
"items": null,
"total": 0
}