curl --location --request POST '/global_ip_assignments' \
--header 'Content-Type: application/json' \
--data-raw '{
"global_ip_id": "a836125b-20b6-452e-9c03-2653f09c7ed7",
"is_in_maintenance": true,
"wireguard_peer_id": "e66c496d-4a85-423b-8b2a-8e63fac20320"
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************