curl --request POST \
--url https://api.example.com/service/{tenant_name}/wg_tunnel/{user_name}/{system_name} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"public_key": "<string>",
"private_key": "<string>",
"psk": "<string>",
"tunnel_ip": "<string>",
"labels": {},
"description": "<string>"
}
'