curl --location --request POST 'https://management.azure.com/subscriptions//resourceGroups//moveResources?api-version=' \
--header 'Content-Type: application/json' \
--data-raw '{
"resources": [
"string"
],
"targetResourceGroup": "string"
}'{}