Send a support message

Send a support message to the system. The message should include the wallet ID, title, and content.

POST
/support
AuthorizationBearer <token>

In: header

Request Body

application/json

The support message to be sent.

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://api-testnet.dual.network/support" \  -H "Content-Type: application/json" \  -d '{    "id": "string",    "wallet_id": "string",    "content": "string",    "when_modified": "2019-08-24T14:15:22Z",    "when_created": "2019-08-24T14:15:22Z"  }'
{
  "id": "string"
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}