{
"sourceEditionId": 1,
"targetEditionId": 1
}
curl --location --request POST '/api/services/app/Edition/MoveTenantsToAnotherEdition' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceEditionId": 1,
"targetEditionId": 1
}'
{}