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