{
"id": 0,
"serviceName": "string",
"analysisDate": "2019-08-24",
"accessoryUrl": "string"
}curl --location -g --request POST 'http://{{ip}}:9000/user-service/interfaceAnalysisReport/create' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"serviceName": "string",
"analysisDate": "2019-08-24",
"accessoryUrl": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"serviceName": "string",
"analysisDate": "2019-08-24",
"accessoryUrl": "string",
"createdTime": "2019-08-24T14:15:22.123Z"
}
}