POST /feedback/send-feedback HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 313
{
"uses": {
"personal": true,
"business": true
},
"needs": {
"private": true,
"safe": true,
"global": true,
"collaborate": true,
"app_control": true,
"block_data_brokers": true,
"block_ads": true,
"focus": true,
"connect_servers": true,
"run_servers": true,
"prevent_cyber": true,
"audit": true,
"zero_trust": true,
"visualize": true,
"other": "text"
}
}