curl --location --request POST '/merchant/demo/country/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
}