Authorization: Bearer ********************{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"id": 0,
"companyId": 0,
"photoVideoPath": "string",
"path": "string",
"label": "string",
"describes": "string",
"type": "string",
"status": "string",
"isDelete": "string"
}curl --location --request POST '/profiles/son/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"id": 0,
"companyId": 0,
"photoVideoPath": "string",
"path": "string",
"label": "string",
"describes": "string",
"type": "string",
"status": "string",
"isDelete": "string"
}'{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}