{
"forwarding_rule_id": "string",
"source_type": "string",
"source_id": "string",
"message_type": "string"
}curl --location --request POST '/api/v1/forwarding/source' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"forwarding_rule_id": "string",
"source_type": "string",
"source_id": "string",
"message_type": "string"
}'{"code":200,"message":"转发数据源创建成功","data":{"id":"ee5c07b3-b08b-b542-6e46-2967034e77ea","forwarding_rule_id":"9b9404fb-c1d5-645a-17f3-4bc83b580fbb","source_type":"device","source_id":"5af22b17-e977-bfaa-cecb-358cf1488182","message_type":"1,2","created_at":"2024-10-18T12:18:48.3984083+08:00","updated_at":"2024-10-18T12:18:48.3984083+08:00"}}