curl --location --request GET '/meddoc/ext/lis/getLisPhotoBase64ByCardNo' \
--header 'Authorizations: {{token}}'
{
"body": [
{
"name": "string",
"pic": "string",
"picString": "string",
"seqNo": "string",
"visitNo": "string"
}
],
"resultCode": "string",
"resultMessage": "string"
}