{
"uuid": "string",
"demo_omnibus_id": "string"
}
curl --location --request POST '/client/app/relation/update' \
--header 'X-Auth-Appid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "string",
"demo_omnibus_id": "string"
}'
{
"code": 0,
"data": true,
"traceId": "string",
"success": true,
"msg": "string"
}