Authorization: Bearer ********************{
"spnFmi": "511212+18",
"vehicleConfig": "1231",
"faultReason": "aaa",
"repairSuggestion": "iii",
"attachment1": null,
"attachment2": null,
"attachment3": null,
"createBy": null,
"createTime": null,
"updateBy": null,
"updateTime": null,
"tenantId": null,
"delFlag": 0
}curl --location --request POST '/web/after-sales-program/v1.0/dtc-detail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"spnFmi": "511212+18",
"vehicleConfig": "1231",
"faultReason": "aaa",
"repairSuggestion": "iii",
"attachment1": null,
"attachment2": null,
"attachment3": null,
"createBy": null,
"createTime": null,
"updateBy": null,
"updateTime": null,
"tenantId": null,
"delFlag": 0
}'{
"code": 0,
"msg": "string",
"data": true
}