Authorization: Bearer ********************X-Altan-Key: ********************{
"module": {},
"filter_spec": {
"property1": "string",
"property2": "string"
}
}curl --location --request PATCH 'https://api.altan.ai/module/' \
--header 'Content-Type: application/json' \
--data-raw '{
"module": {},
"filter_spec": {
"property1": "string",
"property2": "string"
}
}'null