{
"sqlConditionList": [
{
"columnName": "goal_year",
"condition": "=",
"keywordList": [
"2024"
]
}
]
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/sales/tobIndustryGoal/industry/page?page=1&limit=10' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sqlConditionList": [
{
"columnName": "goal_year",
"condition": "=",
"keywordList": [
"2024"
]
}
]
}'{}