Authorization: Bearer ********************
X-Altan-Key: ********************
{
"position": {
"x": 0,
"y": 0
}
}
curl --location --request PATCH 'https://api.altan.ai/module//canvas-position' \
--header 'Content-Type: application/json' \
--data-raw '{
"position": {
"x": 0,
"y": 0
}
}'
null