{
"tablestore": {
"project_domain_id": "string",
"project_id": "string"
}
}
curl --location --request POST 'https://example.com:30888/tablestores//change-owner' \
--header 'Content-Type: application/json' \
--data-raw '{
"tablestore": {
"project_domain_id": "string",
"project_id": "string"
}
}'
{}