curl --location --request GET 'http://localhost:8000/jewellery/rate'{
"code": 0,
"result": {
"id": "string",
"fineGold": {
"per10g": 0,
"perTola": 0
},
"tejabiGold": {
"per10g": 0,
"perTola": 0
},
"silver": {
"per10g": 0,
"perTola": 0
},
"asOf": "string",
"createdAt": "string",
"updatedAt": "string"
},
"error": "string"
}