curl --request GET \
--url https://app.plugchoice.com/api/v3/tariffs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"type": "<string>",
"location": "<string>",
"timestamp": "<string>",
"price": 123,
"price_includes_tax": true
}
]
}curl --request GET \
--url https://app.plugchoice.com/api/v3/tariffs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"type": "<string>",
"location": "<string>",
"timestamp": "<string>",
"price": 123,
"price_includes_tax": true
}
]
}