Authorization: Bearer ********************
curl --location -g --request GET 'https://open.pingcode.com/v1/ship/tickets/{ticket_id}/participants/'
{
"id": "a0417f68e846aae315c85d24643678a9",
"url": "https://rest_api_root/v1/ship/ticket/63eca888a0a13a3efc8d4a43/participants/a0417f68e846aae315c85d24643678a9",
"ticket": {
"id": "63eca888a0a13a3efc8d4a43",
"url": "https://rest_api_root/v1/ship/tickets/63eca888a0a13a3efc8d4a43",
"identifier": "SLC-T1",
"title": "希望新增支持第三方账号注册"
},
"type": "user",
"user": {
"id": "a0417f68e846aae315c85d24643678a9",
"url": "https://rest_api_root/v1/directory/users/a0417f68e846aae315c85d24643678a9",
"name": "john",
"display_name": "John",
"avatar": "https://s3.amazonaws.com/bucket/b46ef40c-e22e-4ecf-a599-cace9fba839a_160x160.png"
}
}