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