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