Authorization: Bearer ********************
{
"id": "string",
"username": "047f9a52-68e4-4300-8748-70f71267413e",
"x": 0,
"y": 0,
"w": 0,
"h": 0,
"index": "string",
"reportId": "string",
"report": {
"username": "047f9a52-68e4-4300-8748-70f71267413e",
"name": "string",
"description": "string",
"public": true,
"datasrc": {},
"options": "string"
}
}
curl --location --request PUT 'https://s.hancel.org/api/home/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"username": "047f9a52-68e4-4300-8748-70f71267413e",
"x": 0,
"y": 0,
"w": 0,
"h": 0,
"index": "string",
"reportId": "string",
"report": {
"username": "047f9a52-68e4-4300-8748-70f71267413e",
"name": "string",
"description": "string",
"public": true,
"datasrc": {},
"options": "string"
}
}'
{}