curl -L \
--request POST \
--url '/api/v1/policies/migrate-data' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"policies": {
"src": "text",
"dst": "text"
},
"vcs": [
"text"
],
"vps": [
"text"
],
"schemas": {},
"groups": {},
"roles": {}
}'