curl --location --request PUT '/rest/atlassian-connect/1/migration/properties/' \
--header 'Atlassian-Transfer-Id;' \
--header 'Content-Type: application/json' \
--data-raw '[
    {
        "entityId": 123,
        "key": "mykey",
        "value": "newValue"
    }
]'