Authorization: Bearer ********************curl --location --request GET '/iapi/v1/pro/finance/crm/expressionstrategy/detail/' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"name": "string",
"code": "string",
"priority": 0,
"remark": "string",
"conditions": {
"customExp": "string",
"expression": [
{
"name": "string",
"option": "1",
"value": null
}
],
"logic": "1"
},
"content": null
}