Submit feedback, report issues, or ask questions to HostUp support. The response includes a requestId for tracking your ticket or for related calls.
Accept Example Content-Type Example subject string required message string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/feedback curl -X POST "https://cloud.hostup.se/api/feedback" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"subject": "string",
"message": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string"
}
} {
"subject": "string",
"message": "string"
}