curl --location --request GET 'https://dev.coinfer.ai/turing/object/' \
--header 'Authorization: Bearer {{token}}'{
"status": "ok",
"data": {
"id": 0,
"short_id": "string",
"name": "string",
"env": "string",
"share_info": [
{
"id": 0,
"public": true
}
],
"content": null
}
}