curl --request GET \
--url https://app.plugchoice.com/api/v3/providers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "<string>",
"websocket_url": "<string>"
}
]
}curl --request GET \
--url https://app.plugchoice.com/api/v3/providers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "<string>",
"websocket_url": "<string>"
}
]
}