Authorization: Bearer ********************curl --location -g --request GET 'https://app.hustro.com/api/v2/project//site//restore' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"_id": "string",
"label": "string",
"deleted": true,
"createdAt": "string",
"createdBy": "string",
"modifiedAt": "string",
"modifiedBy": "string",
"code": "string"
}