{
"config_id": "string",
"host": "string",
"password": "string",
"port": 0,
"username": "string"
}
curl --location --request POST '/openapi/v0.9/manage/api/v1/organizations//c2c/solution/device_message' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"config_id": "string",
"host": "string",
"password": "string",
"port": 0,
"username": "string"
}'
{
"code": 0,
"message": "string",
"data": {}
}