curl --request PUT \
--url https://api.dots.dev/api/v2/organizations/copy-compliance-information-between-apps \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"source_app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"destination_app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'