Authorization: Bearer ********************
curl --location --request GET '/gcs/sprr/list?projectId=JN202401110002' \
--header 'Authorization: Bearer <token>'
{
"msg": "string",
"code": 0,
"data": [
{
"id": "string",
"projectId": "string",
"reportType": 0,
"startDate": "string",
"endDate": "string",
"recordAttachmentId": null,
"reportAttachmentId": null,
"createTime": "string"
}
]
}