GET /regions
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer d3d6763224e8f54ee5aeb08202b7eb101d97081876819cb48833d9f892185917" \
"https://api.statsignal.dev/v1/regions"
Status: 200 ok
{
"regions": [
{
"id": 1,
"name": "San Francisco",
"country": "United States"
},
{
"id": 2,
"name": "New York",
"country": "United States"
}
]
}