{
"request": {
"object_name": "string",
"object_size": 0,
"content_type": "string"
},
"response": {
"status_code": 0,
"headers": {},
"body": "string"
},
"completion_params": {
"property1": "string",
"property2": "string"
}
}
curl --location --request POST '/v1/thirdparty/files//assets/upload-completion' \
--header 'X-OfficeSdk-Token;' \
--header 'X-Request-Id;' \
--header 'X-User-Query;' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
"object_name": "string",
"object_size": 0,
"content_type": "string"
},
"response": {
"status_code": 0,
"headers": {},
"body": "string"
},
"completion_params": {
"property1": "string",
"property2": "string"
}
}'
{}