Move buildings and all related data to another company
curl --request POST \
--url https://www.manglai.io/api/v1/buildings/move \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"buildingIds": [
"<string>"
],
"companyId": "<string>"
}
'curl --request POST \
--url https://www.manglai.io/api/v1/buildings/move \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"buildingIds": [
"<string>"
],
"companyId": "<string>"
}
'