curl --location --request GET 'https://consult-api.itheima.net/patient/info/652121212' \
--header 'Content-Type: application/json'
{
"success": true,
"code": 0,
"message": "string",
"data": {
"name": "string",
"idCard": "string",
"gender": 0,
"genderValue": "string",
"defaultFlag": 0,
"id": "string"
}
}