{
"paymentMethod": "string",
"orderId": "string",
"payCallback": "string"
}
curl --location --request POST 'https://consult-api.itheima.net/patient/consult/pay' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentMethod": "string",
"orderId": "string",
"payCallback": "string"
}'
{
"success": true,
"code": 0,
"message": "string",
"data": {
"payUrl": "string"
}
}