{
"filter_conditions" : [
{
"field_name":"uid",
"operator":"in",
"value":"10697",
"form_value":"input"
}
]
}curl --location --request POST '/user/lst' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter_conditions" : [
{
"field_name":"uid",
"operator":"in",
"value":"10697",
"form_value":"input"
}
]
}'"string"