curl --location --request GET '/weather/daily?province&location'{
"code": "string",
"success": true,
"data": {
"location": {
"id": "string",
"name": "string",
"country": "string",
"path": "string",
"timezone": "string",
"timezone_offset": "string"
},
"now": {
"text": "string",
"code": "string",
"temperature": "string"
},
"last_update": "string"
}
}