curl --location --request GET '/powerbi/allelectricpassenger' \
--header 'x-api-key;'{
"data": [
{
"no": 1,
"line": "A1",
"firstTerminal": "Bangkok",
"lastTerminal": "Chiang Mai",
"month": "January",
"year": 2025,
"progress": "Completed"
},
{
"no": 2,
"line": "B3",
"firstTerminal": "Khon Kaen",
"lastTerminal": "Ubon Ratchathani",
"month": "February",
"year": 2025,
"progress": "In Progress"
}
],
"total": 2
}