Authorization: Bearer ********************
X-Altan-Key: ********************
{
"ids": [
"string"
],
"initial_coordinates": {
"x": 0,
"y": 0
}
}
curl --location --request POST 'https://api.altan.ai/flow//paste-modules' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"initial_coordinates": {
"x": 0,
"y": 0
}
}'
null