{
"productId": "string",
"productName": "string",
"userId": "string",
"agentName": "string",
"companyName": "string"
}curl --location --request POST '/backend/agent/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "string",
"productName": "string",
"userId": "string",
"agentName": "string",
"companyName": "string"
}'{
"data": null,
"code": 100,
"message": "新增成功"
}