Authorization: Bearer ********************
curl --location --request GET '/api/Prefab/UndoHistory' \
--header 'Authorization: Bearer <token>'
[
{
"id": 0,
"prefabName": "string",
"position": {
"x": 0,
"y": 0,
"z": 0
},
"createdAt": "2019-08-24T14:15:22Z"
}
]