curl --request POST \
--url https://api.icepanel.io/v1/support/message \
--header 'Content-Type: application/json' \
--data '{
"body": {
"attachments": [
{
"data": "<string>",
"filename": "<string>",
"size": 123,
"type": "<string>"
}
],
"message": "<string>",
"subject": "<string>",
"type": "bug"
},
"email": "jsmith@example.com",
"landscapeId": "<string>",
"name": "<string>",
"organizationId": "<string>",
"url": "<string>",
"userId": "<string>"
}'
{}
curl --request POST \
--url https://api.icepanel.io/v1/support/message \
--header 'Content-Type: application/json' \
--data '{
"body": {
"attachments": [
{
"data": "<string>",
"filename": "<string>",
"size": 123,
"type": "<string>"
}
],
"message": "<string>",
"subject": "<string>",
"type": "bug"
},
"email": "jsmith@example.com",
"landscapeId": "<string>",
"name": "<string>",
"organizationId": "<string>",
"url": "<string>",
"userId": "<string>"
}'
{}
OK
The response is of type object
.