X-XTJ-UID: ********************curl --location --request GET '/v1/internal/apps' \
--header 'X-XTJ-UID: <api-key>'{
"data": [
{
"id": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"name": "string",
"code": "string",
"description": "string",
"client_key": "string",
"status": "active",
"allow_token_read": true,
"last_used_at": "2019-08-24T14:15:22.123Z"
}
]
}