curl --request GET \
--url /tenant/v1/regions/1 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'
Regions
Get Region
Get region details by ID
GET
/
tenant
/
v1
/
regions
/
{region_id}
curl --request GET \
--url /tenant/v1/regions/1 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'

