Authorization: Bearer ********************curl --location --request GET '/wireless/regions?product' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"code": "dc2",
"inserted_at": "2019-08-24T14:15:22Z",
"name": "Washington DC, US",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}