curl --location --request POST 'https://api.flashcat.cloud/enrichment/upsert?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_id": 0,
"rules": [
{
"kind": "extraction",
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"settings": {
"g_json": null
}
}
]
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
}
}