Authorization: Bearer ********************
curl --location --request GET '/appMark/api/companyProfileSon/findsProfileList/'
{
"code": 0,
"msg": "string",
"data": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"companyId": 0,
"photoVideoPath": "string",
"path": "string",
"label": "string",
"describes": "string",
"type": "string",
"status": "string",
"isDelete": "string"
}
]
}