curl --location --request POST '/wireguard_interfaces' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "test interface",
"network_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"enable_sip_trunking": false,
"region_code": "ashburn-va"
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************