curl --location --request POST 'https://api.b2b.net.tr/depo/liste' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": 1,
"filters": [
{
"field": "depo_durum",
"operator": "<",
"value": "1"
}
],
"params": {
"columns": [
"*"
]
},
"sorts": [
{
"field": "recno",
"sorttype": "ASC"
}
],
"limit": 10,
"offset": 0
}'
{}