POST /api/v1/admin/countriesCreate a new country.
| Permission | Description |
|---|---|
countries.view_all | Access countries |
countries.create | Create a country |
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name of the country (max 255) |
{
"country": {<country resource>}
}