Authorization: Bearer ********************
X-Altan-Key: ********************
{
"patches": [
{
"key": "string",
"value": null,
"overwrite": false
}
]
}
curl --location --request PATCH 'https://api.altan.ai/account/' \
--header 'Content-Type: application/json' \
--data-raw '{
"patches": [
{
"key": "string",
"value": null,
"overwrite": false
}
]
}'
null