curl --location --request POST 'https://api.b2b.net.tr/genel/ilceliste' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": 1,
"filters": [
{
"field": "il_id",
"operator": "<",
"value": "55"
}
]
}'
{}