curl --location --request POST 'https://api.b2b.net.tr/stok/detay/101' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": 1,
"filters": [
{
"field": "stok_tkdv",
"operator": "<",
"value": "0"
}
],
"params": {
"columns": [
"*",
"stok_res"
]
}
}'
{}