Authorization: Bearer ********************
curl --location --request GET '/api/Prefab/AvailablePrefabs' \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"name": "string",
"localizationName": "string",
"fullPath": "string"
}
],
"total": 0
}