[
{
"property1": "string",
"property2": "string"
}
]curl --location --request PUT '/core/resourceType/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"property1": "string",
"property2": "string"
}
]'{
"status": "OK"
}