Authorization: Bearer ********************
{
"prefabFileName": "string",
"position": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": 0,
"noSleepers": true,
"addToRWG": true
}
curl --location --request POST '/api/Prefab/PlacePrefab' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prefabFileName": "string",
"position": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": 0,
"noSleepers": true,
"addToRWG": true
}'
[
"string"
]