data
Post a new data object.
Post a new data object.
post/data
Request body
Example request
{
"owners": [
{
"id": "123",
"type": "user"
}
]
}Response
successful operation
Example response
{
"data": {
"owners": [
{
"id": "123",
"type": "user"
}
]
}
}