curl --location --request GET 'http://localhost:8027/his/pointsConversionRule/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"pointsPerCurrency": 0,
"currencyUnit": "string",
"createUser": "string",
"updateUser": "string"
}
}