| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Schema

- **name**  
  *type*: string  
  *required*: True  
  The name of the location group

- **owner_id**  
  *type*: string  
  Unique identifier for the location group owner

- **customer_attributes**  
  *type*: array of objects | null  
  List of customer attributes for the location group

### Customer Attributes

- customer_attributes  
  ADD object

### Status Codes

- ```201      Created```
- ```401      Unauthorized```

### Example Request

```shell
curl --request POST \
     --url https://api.fountain.com/v2/location_groups \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Example Response

```json
{ "status": "201" }
```

### Note
- Updated 3 months ago.
